@charset "UTF-8";

body {
	text-align: center;
	background-color: #333;
	text-decoration: none;
	font-size: 1em;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
}
a {
	color: #FF9933;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	img { border-width: 0; }
	border-color: #000000;
}

a:hover {
	font-size: 1em;
	font-weight: 400;
	background-color: #333;
	text-decoration: none;
	color: #FF9900;
	font-style: oblique;
}
a:active { color: #ffcc00; font-size: 1em; background-color: #333; text-decoration: none  }
a:visited {
	color: #999999;
	font-size: 1em;
	text-decoration: none;
	font-weight: 500;
	background-color: #333333;
	font-style: oblique;
}