@charset "utf-8";
/* CSS Document */
.style1 {font-family: Tahoma;
         font-size:18;
         }
.style2 {font-family:Tahoma;
         font-size:18px;
		 color:#339999
		 }		 
/*links*/
a:link{
	color: #000000;
	text-decoration:underline;
	}
	
a:visited{
	color:#02C1C0;
	text-decoration:underline;
}

a:hover{
	background-color: #1E9CAF;
	   
}
