


/* structure */

body {
	background:#00c2f7 url(bg-intro.jpg) center top no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* typography */
.bodyText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	line-height: 1.66em;
}

/* links */
a:link {
	text-decoration: none;
	color: #fff
}
a:visited {
	text-decoration: none;
	color: #800000;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}







