p, li {  
     font: 12px/15px normal; 
     font-family: "verdana"; 
     text-decoration: none; 
     color: #333333 
     }
     
.redd    {  
     font: 16px/18px normal; 
     font-family: "verdana"; 
     text-decoration: none; 
     color: #FF0000 
     }
     
.standard    {  
     font: 16px/18px normal; 
     font-family: "verdana"; 
     text-decoration: none; 
     color: #ccff66 
     }
     
.am:link    { color: #ccff66; text-decoration: none }
.am:active  { color: #ccff66; text-decoration: none }
.am:visited { color: #ccff66; text-decoration: none }
.am:hover   { color: #000000; text-decoration: none }

.x:link    { color: #FF0000; text-decoration: none }
.x:active  { color: #FF0000; text-decoration: none }
.x:visited { color: #FF0000; text-decoration: none }
.x:hover   { color: #FF0000; text-decoration: none ; background-color:0099CC;}


.an:link    { color: #333333; text-decoration: none }
.an:active  { color: #333333; text-decoration: none }
.an:visited { color: #333333; text-decoration: none }
.an:hover   { color: #ccff66; text-decoration: none }

a:link    { color: #203C5E; text-decoration: none }
a:active  { color: #203C5E; text-decoration: none }
a:visited { color: #2B507D; text-decoration: none }
a:hover   { color: #345F95; text-decoration: none }
     
.textarea, .input, .select {
	background-color: #FBFBFB;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 1px;
	margin: 1px;
}


.textarea, input {
	background-color: #FBFBFB;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 1px;
	margin: 1px;
}