body { }

.text { 
	font-size:12;	
	color:black;
	font-family:"Courier New"; 
	text-align:justify; 
}

.text2 { 
	font-size:12;	
	color:black;
	font-family:"Courier New"; 
}

.red { 
	font-size:11;
	color:#cc3333;
	font-family:"Courier New"; 
}

.yellow {
	 font-size:15 ; 
	 color:#ffff99; 
	 font-family:"Courier New"; 
}

.name {
	font-size:20;
	color:#cc3333;
	font-family:"Courier New";
	font-weight : bold;
}

.text A {
	font-size:12 ;
	color:#2682cf;
	font-family:"Courier New";
	text-decoration : underline;
}

.text A:Hover {
	font-size:12 ;
	color:#2682cf;
	font-family:"Courier New";
	text-decoration : underline;
}



.t{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size : 10px;
}

.t A:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2682cf;
	font-size : 10px;
	text-decoration : none;
} 
	
.t A:Hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2682cf;
	font-size : 10px;
	text-decoration : none;
}

.t A:Visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2682cf;
	font-size : 10px;
	text-decoration : none;
}

A {
	font-size: 12;
	color:#ffff99;
	font-family:"Courier New";
	text-decoration : none;
} 
	
A:Hover {
	font-size: 12;
	color:#cc3333;
	font-family:"Courier New";
	text-decoration : none;
}