@charset "UTF-8";

BODY {background:#ffffff url(background.jpg) repeat}

A:link { color: #0a112d; text-decoration: underline; }
A:visited { color: #0a112d; 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: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #09112c;
	text-decoration: none;
}

.headerText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #AD2939;
	text-decoration: none;
}
