/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	background-color: #333399;
	text-align: center

}
p {
	color: #C1E0FF;
	margin-top: 0em;
	padding: 0.5em 0px .5em;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	line-height: 1.85em;
	letter-spacing: 0.065em;
		text-decoration: none;

}
a:link {
	color: #C1E0FF;
	font-size: 1em;
	text-decoration: none;
}
a:visited {
	color: #C1E0FF;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	color: #CC6633;
	font-size: 1em;
	text-decoration: underline;
}