a.nav:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #FF0033;
	text-decoration: none;
}
a.nav:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #FF0033;
	text-decoration: none;
}
a.nav:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FF0033;
	text-decoration: none;
}
a.nav:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #FF0033;
	text-decoration: none;
}

a.website:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FF0033;
	text-decoration: none;
}
a.website:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FF0033;
	text-decoration: none;
}
a.website:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #FF0033;
	text-decoration: none;
}
a.website:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FF0033;
	text-decoration: none;
}

#center {
	width: 601px;
	height: 400px;
	overflow: hidden;
	
}

#scrollArea {
	height: 400px;
	width: 600px;
	overflow: auto;
	scrollbar-face-color: white;
	scrollbar-base-color: white;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #FF0033;
	scrollbar-darkshadow-color: #FF0033;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #FF0033;
	font-size: 11px;
}

