body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#FFFFFF;
	background: #000000;
}

h1 {
	font-size: xx-large;
	font-weight: bold;
	display: inline;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.style1 {
	font-size: xx-large;
	font-weight: bold;
}

.style2 {
	font-size: x-large
}
	
.style3 {
	font-size: 10px;
}

.bluetext {
	color: #BFBFFF;
	background:none;
}

.strikethrough {
	text-decoration:line-through;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#FFFFFF;
	background:none;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#FFFFFF;
	background:none;
}

a:link {
	color:#00FFFF;
	background:none; 
	text-decoration: none; 
}

a:active {
	color: #0000FF; 
	background:none;
	text-decoration: underline; 
}

a:visited {
	color: #00FFFF; 
	background:none;
	text-decoration: underline; 
}

a:hover {
	color: #FF0000; 
	background:none;
	text-decoration: underline; 
}

table.center {
	margin-left:auto;
	margin-right:auto;
}

img {
	border:none
}
	
h3 {
	text-align:left;
}


#topimg {
	position: absolute; 
	top: 5px; 
	left: 5px;
}
#w3cvalid {
	position: absolute; 
	top: 5px;
	right: 5px;
}

#backlink {
	text-align:left;
}

#left {
	text-align:left;
}

#center {
	text-align:center;
	align:center;
}

#justify {
	text-align:justify;
}

#content {
	margin:0 auto;
	align:center;
}

#lefttext {
	width:500px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:justify;
	padding:5px;
}

#lefttext h3 {
	text-align:center;
}

#rightpictures {
	width:610px;
	padding:5px;
}

.clear { clear: both;}