body{
	color: #CCCCCC;
	background-color: black;
	margin: 0px;
}

p,td{
	font-family: verdana, sans-serif;
}

a{
	color: #996699;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	background-color: silver;
	color: black;
}

img{
	border-style: solid;
	border-size: 1px;
	border-color: black;
}


td,th{
	vertical-align: top;
}

th{
	background-color: silver;
}

.menuText{
	font-family: arial, sans-serif;
}

.pageTitle{
	font-family: arial, sans-serif;
	font-size: xx-large;
	width: 100%;
	border-style: none;
	background-color: #BBBBBB;
	color: black;
	text-align: center;
	font-weight: bold;
}


h1{
	font-family: arial, sans-serif;
	font-size: large;
	border-style: none;
	background-color: #CCCCCC;
	width: 100%;
	color: black;
	text-align: center;
	font-weight: bold;
}

