@import url(./main.css);
@import url(./style.css);

a:link, a:visited {
	color: Blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

BODY {
	background-color: #000000;
	font: 16px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

form, input, select, textarea, form div, form p {
	color: Black;
}

hr {
	border: 0;
	border-top: 1px solid Black;
	height: 1px;
	width: 80%;
	text-align: center;
}

ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 8px;
	margin-top: 8px;
	padding-left: 8px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 3px;
	font-family: "Times New Roman", "Times", serif;
}

h1 {
	font-size: 22px;
	margin: 10px 0px 12px 0px;
	font-weight: normal;
	padding-bottom: 12px;
	border-bottom: 1px solid #bbbbff;
}

h2 {
	font-size: 20px;
	margin: 6px 0px 12px 0px;
	font-weight: normal;
	padding-bottom: 8px;
}

h3 {
	font-size: 19px;
	margin: 6px 0px 8px 0px;
	font-weight: normal;
	padding: 3px;
	border: 1px solid #ccccff;
	background-color: #eeeeff;
}