/* CSS Document */

/* Redefined */ 
body {
	background-color: #330066; 
	margin: 0px; 
	padding: 0px;
}
p {
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #330066;}

/* Main Stuff */

.box {
	border: 1px solid #330066;
	background-color: #33FF33;
	color: #330066;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

.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: #3300FF; text-decoration: underline;}
a:visited {color: #330066; text-decoration: underline;}
a:hover {color: #3300FF; text-decoration: none;}


.box3 {
border: 1px solid #33FF33; background-color: #33FF33; color: #330066;
}
.box4 {

	border: 1px none #4AF742;
	background-color: #21145A;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33FF33;
}
