@charset "UTF-8";
/* CSS Document */

		BODY
{
	background-color: #999999;
	font-family: "Georgia";
	margin-bottom: 3px;
}
a {
	text-decoration: none;
	color: #CC0099;
}
a:visited {
	text-decoration: none;
	color: #CC0099;
}

a:active {
	text-decoration: none;
	color: #00000;
}

a:hover { color: #CC0099; 
			text-decoration: none; 
}


.normal {
	font-size: 12px;
	
}

.navigation {
	font-size: 19px;
}

.footer {
	font-size: 8px;
}

.copyright {
	font-size: 10px;
	text-decoration: none;
	color: #CC0099;
}

.table {
	width: 800 px;
	
}
