BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: #003F80;
}

A:Hover {
	text-decoration: none;
	color: #3163CE;
}

.style2 {
	color: #003F80;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}


ul {
    font-weight:none;
   
    line-height:1.8;
    list-style-type:none;
}
li {
    padding-left:70px; padding-top:10px;
    background:transparent url(/cheers.gif) no-repeat;
    background-position:0 5px;
}

