.weight1
{
	color: #ff9900;
	font-size: 23px;
	font-weight:bolder;
	font-style: normal;
}

.weight2

{
	color: #4169e1;
	font-size:21px; 
	font-weight:bolder;
	font-style: normal;
}
													       
.weight3
{
	color: #009eff;
	font-size: 19px;
	font-weight:bolder;
	font-style: normal;
}

.weight4
{    
	color: #4188cf;
	font-size: 17px;
	font-weight:bold;
	font-style: normal;
}
	    
.weight5
{    
	color: #83bcd8;
	font-size: 13px;
	font-weight:bold;
	font-style: normal;
}

.weight6
{    
	 font-family:Tahoma;
	color: gray;
	font-size: 10px;
	font-style: normal;
}
.white {
	color: white;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #990000;}
