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

body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	background-repeat: repeat;
}
p {
	font-size: 12px;
	color: #838e9f;
	text-align: justify;
}
#footer { 
	font-size: 10px;
	text-align: center;
}
.white {
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5E5E5E;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

