/* CSS Document */

a, a:visited, a:active {	text-decoration: none; color: #FFF;}
a:hover {	text-decoration: underline; color: #FFF;}

body {background-color: #002456; margin-top: 0px;}

.intro {
	margin-top:50px;
	width: 600px;
	height: 500px;
}

p {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top:10px;
	font-size: 0.8em;
	line-height: 1em;
}

