body{
background: url(../images/bg.gif);
background-color: #EEE;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}

.normalfonts{
color: #000;
font-size: 11px;
font-family: Verdana, Geneva, sans-serif;
}

.bigfont{
color: #000;
font-size: 18px;
font-family: Verdana, Geneva, sans-serif;
}

.bigfont1{
color: #000;
font-size: 15px;
font-family: Verdana, Geneva, sans-serif;
}

.credit{
color: #000;
font-size: 9px;
font-family: Verdana, Geneva, sans-serif;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

