.bodytext a {
	text-decoration: none;
}
.bodytext a:link {
	color: #cc6600;
	background: #ffffff;
	text-decoration: none;
}
.bodytext a:visited {
	color: #cc6600;
	background: #ffffff;
	text-decoration: none;
}
.bodytext a:hover {
	color: #ffffff;
	background: #cc6600;
	text-decoration: none;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #444444;
	text-decoration: none;
}
div {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-decoration: none;
}
h2 {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #cc6600;
	text-decoration: none;
	}
p {font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #444444;
	text-decoration: none;
}

<!-- css buttons -->
.rollover a{
padding-right:2px;
padding-left:0px;
padding-top:2px;
padding-bottom:2px;
background: #ffffff;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
color:#444444;
text-decoration:none;
line-height:1.6;
}
.rollover a:link{
padding-right:2px;
padding-left:0px;
padding-top:2px;
padding-bottom:2px;
background: #ffffff;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
color:#444444;
text-decoration:none;
line-height:1.6;
}

.rollover a:visited{
padding-right:2px;
padding-left:0px;
padding-top:2px;
padding-bottom:2px;
background: #ffffff;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
color:#444444;
text-decoration:none;
line-height:1.6;
}

.rollover a:hover{
padding-right:2px;
padding-left:0px;
padding-top:2px;
padding-bottom:2px;
background: #444444;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
color:#ffffff;
text-decoration:none;
line-height:1.6;
}


