
"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; 
	}

.bodytext
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
	TEXT-DECORATION: none; 
}
.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;
}

