body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background:#000000;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	font-size:13px;
}
ul{
	padding-left:15px;
}
hr{
	width:100%;
	/*color:#FF0000;*/
	color:#50AAFF;
	background-color:#50AAFF;
	height:1px;
	margin:0px;
	border:0px
}

#content h1{
	position:relative;
	top:0px;
	left:0px;
	margin-right:20px;
	line-height:20px;
	color:#EEEEEE;
}


#content h1 b{
	font-family:Times New Roman, Times, serif;
	font-size:16px;
	/*color:#EEEEEE;*/
	color:#AADDFF;
}

#content h1 a{
	font-family:Times New Roman, Times, serif;
	font-size:16px;
	color:#AADDFF;
	/*color:#64C0FF;*/
	text-decoration:none;
}

#content h1 a:hover{
	color:#50AAFF;
	/*color:#64C0FF;*/
}

#content h2{
	position:relative;
	top:0px;
	left:0px;
	margin-right:20px;
	line-height:20px;
	color:#EEEEEE;
	text-indent:20px;
}

#content h2 b{
	font-family:Times New Roman, Times, serif;
	font-size:15px;
	/*color:#EEEEEE;*/
	color:#AADDFF;
}

#content h2 a{
	font-family:Times New Roman, Times, serif;
	font-size:16px;
	color:#AADDFF;
	/*color:#64C0FF;*/
	text-decoration:none;
}

#content h2 a:hover{
	color:#50AAFF;
	/*color:#64C0FF;*/
}

#gallerypics a span{
	padding:0px; margin:0px;
	display:none;
}

#gallerypics a:hover span{
	padding:0px; margin:0px;
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid #50AAFF;
	background:#000000;
	width:200px;
	display:block;
	color:#AADDFF;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
}