------ Dynamic Menu Link Style -----
.dynamicmenu {  font-size: 10px; font-family: arial; color: #FFFFFF; text-decoration: none}
.dynamicmenu:link {  font-size: 10px; font-family: arial; color: #FFFFFF; text-decoration: none}
.dynamicmenu:visited { font-size: 10px; font-family: arial; color: #FFEEEE; text-decoration: none}
.dynamicmenu:hover { font-size: 10px; font-family: arial; color: #FF6666; text-decoration: none}
---------------------------------------------------------------------------------------------------------------

------ I RARELY USE THESE --------------------------------------------------------------------------
.textcaption {  font-size: 9px; color: #999999}
.highlight {  font-size: 12px; color: #666666; font-weight: bold; letter-spacing: 0.2em}
.subsubheading { font-size: 12px; color: #000066; font-weight: bold }
.smalltext { font-size: 10px; color: #000000}
---------------------------------------------------------------------------------------------------------------
 ------ I TEND TO USE THIS FOR THE FOOTER AND TEXT PAGE LINKS -----
.main {  font-size: 10px; font-family: arial; color: #000000; text-decoration: none}
.main:link {  font-size: 10px; font-family: arial; color: #000066; text-decoration: none}
.main:visited { font-size: 10px; font-family: arial; color: #000066; text-decoration: none}
.main:hover { font-size: 10px; font-family: arial; color: #0000CC; text-decoration: none}
---------------------------------------------------------------------------------------------------------------
 ------ I NEVER USE THIS --------------------------------------------------------------------------
.gen:link {  text-decoration: none; color: #000066; font-weight: bold}
.gen:visited {  text-decoration: none; color: #000066; font-weight: bold}
.gen:hover {  text-decoration: none; color: #B5005A; font-weight: bold}
---------------------------------------------------------------------------------------------------------------
 ------ THESE ARE USUALLY CUSTOMISED FOR EACH PROJECT, SHOULD PERHAPS BE DEFAULT WEB COLORS DEFAULT, THE FOLLOWING THOUGH ARE FOR ACCESS BATTERY ---------------
body {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #101013}
td { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #101013}
p { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #101013}

.heading {  font-size: 20px; color: #397B9C; font-weight: bold}
.subheading { font-size: 18px; color: #397B9C; font-weight: bold }

a { color: #0A86BF; text-decoration: none}
a:visited {color: #0A86BF; text-decoration: none}
a:hover {color: #2BB3E0; text-decoration: underline}
---------------------------------------------------------------------------------------------------------------
 
 
------ I'M NOT SURE WHAT THE FOLLOWING IS USED FOR SO I'VE NOT TOUCHED IT ---------------
 
 
.CodeForeground
 {
 margin:0in;
 margin-bottom:.0001pt;
 font-size:9.0pt;
 font-family:"Courier New";
 }
.CodeInText
 {
 font-family:"Courier New";
 font-weight:bold;
 }
.ScreenText
 {
 font-family:Tahoma;
 }
.ImportantWords
 {
 font-weight:bold;
 }
.Highlight
 {
 font-family:Arial;
 color:#990000;
 }
 
