@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #AAAAAA;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #AAAAAA;
	font-style:italic;
}
img {
	border:0px;
}
a:link {
	text-decoration: none;
 	color: #AAAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

.title a:link {
	text-decoration: none;
	color: #000000;
}

.title a:visited {
	text-decoration: none;
	color: #000000;
}

.title a:hover {
	text-decoration: none;
	color: #ffffff;
}
.xsmalltxt {
	color: #888888;
	font-size: 80%;
}
