@charset "UTF-8";

BODY {background:#09112c url(background.jpg) no-repeat}

A:link { color: #8c1e14; text-decoration: underline; }
A:visited { color: #8c1e14; text-decoration: underline; }
A:hover { color: #c2994c; text-decoration: none; }
A:active { color: #c2994c; text-decoration: none; }

A.nav:link { color: #9CA6BF; text-decoration: none; }
A.nav:visited { color: #9CA6BF; text-decoration:none; }
A.nav:hover { color: white; text-decoration:underline; }
A.nav:active { color: #9CA6BF; text-decoration:none; }

A.oval:link { color: #c0cfa6; text-decoration:none; }
A.oval:visited { color: #c0cfa6; text-decoration:none; }
A.oval:hover { color: white; text-decoration:underline; }
A.oval:active { color: white; text-decoration:none; }

.mainText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #09112c;
	text-decoration: none;
}

.headerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #09112c;
	text-decoration: none;
}