/*Page Body*/
 body{background-color: black;}

 /*Width & Margin*/
#pageMargin{width: 96%; margin: auto;}
td,.center{text-align: center;}
hr,h1,h2{margin: 2px;}
h6,p,ul{margin-top: 4px;margin-bottom: 15px;}
table{margin-bottom: 20px;}

/*Font Family, Size & Weight*/
h1,h2,h6,a,p,text,ul,th,li{font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif}
h1,h2{font-size:xxx-large;font-weight: bold;}
h6{font-size: medium;}
th,.navItem,.top{font-size: xx-large;font-weight: bold;}
p,td,li{font-size: x-large;}
text{font-weight: bold;} /*???*/
.txtRed,.txtGreen,.txtBlue,.txtYellow,.txtWhite,.txtCyan,.txtMagenta{font-weight: bold; text-transform: capitalize;}

/*Text Colour*/
h1,h2,h6,ul,td,p,.txtWhite,a{color: white;}
.txtRed{color: red;}
.txtGreen{color:limegreen;}
.txtBlue{color:cornflowerblue;}
.txtYellow{color: yellow;}
.txtCyan{color:aqua}
.txtMagenta{color: magenta}

/*Hover*/
a:link{text-decoration: none;} /*Remove Underlines from Hyperlinks*/
a:visited{text-decoration: none;}
a:hover{text-decoration: none; color: yellow;} /*Yellow When Hovering Over A Link*/
a:active{text-decoration: none;}

/*
 *	Navigation Menu 
 */
.navItem{list-style-type:none;display: inline-block;} /*No Bullet Points Display Side By Side*/
.mnuRed{background-color:red;color: white;} /*SetBackground Colours*/
.mnuGreen{background-color:limegreen;color: white;}
.mnuBlue{background-color:cornflowerblue;color: white;}