a:link {
	color: #0066CC;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-size: 16px;
}
a:visited {
	color: #669900;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
}
#welcome {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	line-height: 18px;
}
