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

body, html {

		font: Verdana, Trebuchet, sans-serif;
		color: #000000;
		font-size: 18px;
		
		text-align:center;
		height:100%;
}

a {
	color: #FFFFFF;
	text-decoration:none;
}

a :link {
	color: #FFFFFF;
	text-decoration:none;
}

a :hover {
	color: #FFFFFF;
	text-decoration:underline;
}

a :visited {
	color: #FFFFFF;
	text-decoration:none;
}

#redtext {
	color:#F00;
	text-decoration:none;
}.redstyle {
	color: #F00;
}

