
.headlines {
	font-family: Tahoma, Arial;
	font-size: 22px;
	color: #CF3501;
	text-decoration: none;
	font-weight: normal;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	line-height: 24px;

}
.highlites {
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #000000;
	background-color: #FFFF00;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: #0000CC;
	line-height: normal;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D23105;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFF00;
	font-size: 16px;

}
.box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #60BF00;
	border-right-color: #60BF00;
	border-bottom-color: #60BF00;
	border-left-color: #60BF00;
}