*{
	margin:0;
	padding:0;
	font-size:9px;
	font-family: MS Sans Serif;
	text-decoration:none;
	color:#d1d1d3;
	cursor: crosshair;
}

body {
	text-align:left;
	margin-top: 0px; 
	background-color:#000000;
	
} 

a:link{
	color:#fb5a57;
	text-decoration:none;
}

a:visited{
	color:#380302;
	text-decoration:none;
}
a:active{
	color:#ff275f;
	text-decoration:none;

}
a:hover{
	cursor: nw;
	color:#ff275f;
	
}

p {
	color: #d1d1d3; 
	font-size: 9px; 
	font-family: MS Sans Serif;
	width: 490px; 
	padding: 2px;
	text-align:left;
	
	
}
h2{
	margin:5px 10px 10px 0px;
	color:#7e0406;
	width: 490px;
	border:1px #620101 solid;
	font-weight:bold;
	text-align:left;
	font-size: 16pt;
	font-family: Times New Roman;
	font-style: italic;
}
h3{
	margin:5px 10px 10px 0px;
	color:#620101;
	width: 490px;
	border:1px #7e0406 dotted;
	font-weight:bold;
	text-align:left;
	font-size: 14pt;
	font-family: Times New Roman;
	font-style: italic;
}


.text{
	margin:5px auto;
	text-align:left;
	width:490px;
}

.menu{
	font-family: Times new Roman;
	font-size: 16pt;
}
ul{
	margin-left:18px;
	list-style-position: outside;
	list-style: square;
}
