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

body {
	background-color: #1a0001;
	background-image: url(symbols.jpg);
	background-repeat: no-repeat;
	margin-left: 8em;
	margin-right: 8em;
	margin-bottom: 1em;
	margin-top: 8em;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
}
a:link {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	color: #FFCC00;
}
fieldset {
	padding: 25px;
}
b {
	color: #EABD85;
	text-decoration: none;
}
.img {
	padding-bottom: 5px;
	padding-right: 10px;
}
.footer {
	font-size: 0.8em;
	color: #CCCCCC;
}
