/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color: #000033;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	color: #FFFF00;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #FFFF00;
	font-weight: bold;
}

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

a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}

.yellow {
	color: #FFFF00;
	font-weight: bold;
}

.yellow a {
	color: #FFFF00;
	font-weight: bold;
}

.yellow a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.black {
	color: #000033;
}

.reset {
	font-family: Trebuchet MS;
	font-size: 12px;
}

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

.reset a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFF00;
}