/* CSS Document */

/* Redefined */ 
body {
	background-color: #33FF33;
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330066;

}
p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330066;
	background-color: #33FF33;
	padding: 10px;
	margin: 10px;

}

/* Main Stuff */
.box {
	border: 1px solid;
	color: #330066;
	background-color: #33FF33;
}
.box2 {
	border: 1px double #4AF742;
	background-color: #33FF33;
	color: #330066;
}
.news {background-image:url(../images/bg_news.gif); padding-bottom: 2px; padding-top: 2px; color: #FFFFFF; font-size: 10px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}
.header {font-weight: bold;}
.copyright {font-size: 10px;}

/* The A Team */
a:link {color: #0000FF; text-decoration: underline;}
a:visited {color: #330066; text-decoration: underline;}
a:hover {color: #330066; text-decoration: none;}
