/* CSS Document */
<!--
.links{color:#F3F702;}
.style1 {
	font-size: 2px;
	color: #40B028;
}
a.top_nav_links{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #285E77;
	font-size: 12px;
	text-decoration: none;
}
a:hover.top_nav_links{
color: red;
}
a.view_article{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: yellow;
	font-size: 12px;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F5F700;
	font-size: 24px;
}
body {
	background-image: url(../images/background.jpg);
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
.body_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.headers {
	font-size: 14px;
	font-weight: bold;
	color: #F3F702;
}
.headers_big {
	font-size: 18px;
	font-weight: bold;
	color: #F3F702;
}
 div.test {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #0F2C2F;
	border-top: 0px;
	border-left: 0px;
	height: 400px;
}
#auto {
	overflow: auto;
}
.style5 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a.designed_by_link{
color: yellow;
text-decoration: none;
}
-->
