a.linkcolor1:link { color: #FFA97F }
a.linkcolor1:visited { color: #FFA97F }
a.linkcolor1:hover { color: black }
a.linkcolor1:active { color: silver }

a.linkcolor2:link { color: #79BD56 }
a.linkcolor2:visited { color: green  }
a.linkcolor2:hover { color: red }
a.linkcolor2:active { color: silver }

a.linkcolor3:link { color: #999999 }
a.linkcolor3:visited { color: #999999  }
a.linkcolor3:hover { color: red }
a.linkcolor3:active { color: silver }

.body 		{ 
			font-size: 9px;
			line-height: 13px;
			color: #555555;
			font-family: verdana, arial, sans-serif 
			}
			
.bodyblack 	{ 
			font-size: 9px;
			line-height: 13px;
			color: black;
			font-family: verdana, arial, sans-serif 
			}
			
.bodybig	{ 
			font-size: 10px;
			line-height: 13px;
			color: #555555;
			font-family: verdana, arial, sans-serif 
			}
			
.bold 		{ 
			font-size: 9px;
			line-height: 13px;
			color: #555555;
			font-family: verdana, arial, sans-serif;
			font-weight: bold
			}

.head 		{ 
			font-size: 11px;
			font-weight: bold;
			color: #555555;
			font-family: verdana, arial, sans-serif 
			}

