/* CSS Document */

/* Redefined */ 
body {
	background-color: #00CC33;
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
}
p {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}

/* Main Stuff */
.box {border: 1px solid;}
.box2 {border: 1px double #4AF742; background-color: #21145A;}
.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: #0033CC; text-decoration: underline;}
a:visited {color: #003366; text-decoration: underline;}
a:hover {color: #003300; text-decoration: none;}
