@import url(main.css);

body{
	background-image:none;
	background-color:#000000;
	padding:5px;
	color:#FFFFFF;
	font-size:80%;
}

a, a:visited{
	font-weight:bold;
	color:#99AAFC;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-weight:bold;
	font-size:125%;
	text-align:center;
	margin:25px 0 0 0;
}

h1 a, a:visited{
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
}

h1 a:hover{
	text-decoration:underline;
}

h5{
	font-weight:bold;
	text-align:center;
	margin:5px 0 0 0;
}

h5 a, a:visited{
	text-align:center;
	text-decoration:none;
	color:#DDD0F9;
}

h5 a:hover{
	text-decoration:underline;
}

.imgFloatRight{
	float:right;
	padding:5px 0 5px 5px;
}

.imgFloatLeft{
	float:left;
	padding:5px 5px 5px 0;
}

.TentPole{
	width:100%;
	clear:both;
	height:0;
}

.ImgDivFloatRight{
	width:227px;
	float:right;
	padding:3px;
	margin:0 0 0 3px;
}

.imgClearBoth{
	clear:both;
}