/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#000000;
	font-weight: bold;
	}
	
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #cccccc;
	text-decoration: underline;
}
.style1 {font-size: small}
.style2 {
	color: #000;
	font-weight: bold;
	font-size: large;
}

.style3 {font-size: x-small}

.style4 {
	color: #000;
	font-weight: bold;
}
.greyBox {
	color: #CCCCCC;
	background-color: #555555;
	border: medium ridge #000000;
	padding: 10px;
	margin: 25px;
	font-style: normal;
	font-weight: normal;
}
