p{
    text-decoration:none;
    font-size:10px;
    color:#000000;
    font-family:verdana;
    font:900
   }

.style1 {
	color: #FF0000;
	font-weight: bold;
	letter-spacing:1px;
	font-size:14px;
	font-family:verdana,mssansserif,arial;
	
}
.style2 {
	font-size: 14px;
	color: #000000;
}
.style4 {color: #000000}
.style5 {color:  #000000;font-size:12px;}
.style6 {color: #000000; font-weight: bold; letter-spacing: 2px; font-size: 12px; }


A:hover
{
	font-weight: bold;
	color: teal;
}
a:link {color: #FF0000}
a:visited {color: #00FF00}
a:active {color: #0000FF}
