"A.textlink:link" is what you see once you loaded the page.
"A.textlink:visited" is what you want it to be if it had clicked before.
"A.textlink:hover" is what you want it to be when mouse over.
".bodytext" is normal text that you want it to be standard for all the pages.
" TEXT-DECORATION: none" is you don't want it to show the underline.

A.textlink:link
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.textlink:visited
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    COLOR: #660000;
    TEXT-DECORATION: none;
}
A.textlink:hover
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    COLOR: #666666;
    TEXT-DECORATION: none;
	}
	
	
A.menulink:link
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
A.menulink:visited
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
A.menulink:hover
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12px;
    COLOR: #6B849A;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none; 
	}

A.footerlink:link
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9px; 
    COLOR: #000000;   
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
A.footerlink:visited
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9px; 
    COLOR: #000000;   
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
A.footerlink:hover
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9px; 
    COLOR: #000000;  
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none; 
	}
.footertext
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9px;
    TEXT-DECORATION: none; 
}

.bodytext
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 14px;
    TEXT-DECORATION: none; 
    LINE-HEIGHT: 1.5EM;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003300;
	text-decoration: none;
	height: 18px;
	width: 130px;
	font-size: 11px;


}
.table-title 
{  font-family: Arial;
   font-size: 17px;
   font-weight: bold;
   color: #0A1F01;
   text-decoration: none;
   }
.white-hd 
{  
   font-family: Verdana; 
   font-size: 16px; 
   font-weight: bold; 
   color: #FFFFFF; 
   text-decoration: none;
}
.product-text {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bodytextwhite {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	color: #FFFFFF;
}
.menutext {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytext-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.bodytext-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.submodule-hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #193E5F;
}
.bodytext-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

H1 {
font-family:Verdana, Helvetica, Sans-serif, Trebuchet MS, Times, TimesNR;
font-size:20px;
font-weight:700;
color:#000;
margin-top:1px;
margin-bottom:1px;
line-height:22pt
}

H2 {
font-family:Verdana, Arial, Helvetica, Sans-serif, Trebuchet MS, Times, TimesNR;
font-size:18px;
font-weight:700;
color:#000;
margin-top:2px;
margin-bottom:2px;
line-height:13pt
}

H3 {
display: inline;
font-family:Verdana, Helvetica, Sans-serif, Trebuchet MS, Times, TimesNR;
font-size:14px;
font-weight:700;
margin-top:3px;
margin-bottom:2px;
line-height:12pt
}

H4 {
display: inline;
font-family:Verdana, Helvetica, Sans-serif, Trebuchet MS, Times, TimesNR;
font-size:11px;
font-weight:350;
margin-top:3px;
margin-bottom:2px;
line-height:9pt
}

H5 {
display: inline;
font-family:Verdana, Helvetica, Sans-serif, Trebuchet MS, Times, TimesNR;
font-size:10px;
font-weight:normal;
margin-top:3px;
margin-bottom:2px;
line-height:9pt
}
