
A{ 	text-decoration: none }

A:link{ 	color: #666699;	text-decoration: none}

A:visited { 	color: #7D7DA8;	text-decoration: none}

A:active { 	color: #666699;	text-decoration: UNDERLINE}

A:hover { 	text-decoration: underline;	color: RED}

#wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#content{
	width: 100%;
	text-align: left;
}

#content h1 {
	font-family: georgia, times new roman, times, serif;
	font-weight: bold;
	color: #666699;
	font-size: 24px;
	text-align: center;
}

#content h2 {
	font-family: georgia, times new roman, times, serif;
	font-weight: bold;
	color: #666699;
	font-size: 18px;
}

#navLinks {
	font-family: tahoma,arial,sans-serif;
	font-weight: normal;
	color: #666699;
	font-size: 11px;
	text-align: center;
}

#copyright{
	font-family: verdana,tahoma,arial,sans-serif;
	font-weight: normal;
	color: #EE687C;
	font-size: 10px;
	text-align: center;
}

p, h3{
	font-family: verdana,tahoma,arial,sans-serif;
	color: #7D7DA8;
	font-weight: normal;
	font-size: 11px;
	text-align:left;
}
body {
scrollbar-face-color:#666699;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#FFACFF;
scrollbar-darkshadow-color:#FFACFF;
scrollbar-shadow-color:#D7AEFF;
scrollbar-arrow-color:#FF0000;
scrollbar-track-color:#FFE4D2;
margin-top:0;
margin-left:0;
marginwidth:0;
marginheight:0;
}