body{
	color: #FFFFFF;
	background-color: #080808;
	font-size:8pt;
	font-family: Courier New;
	line-height: 17px;
	letter-spacing: 1px;
	text-align: left;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: ;
	scrollbar-3dlight-color: ;
	scrollbar-arrow-color: #EC3464;
	scrollbar-base-color: #000000;
	scrollbar-track-color:#040404;
	scrollbar-darkshadow-color: ;
	scrollbar-highlight-color: ;
	scrollbar-shadow-color: #333333;
}

h1{
	background-color: #202020;
	color: #FFFFFF;
	font-size:8pt;
	font-family: Courier New;
	line-height: 17px;
	margin:10px;
	padding: 5px;
	letter-spacing: 1px;
	text-align: left;
}

h2{
	color: #FFFFFF;
	font-size:8pt;
	font-family: Courier New;
	line-height: 17px;
	padding:2px;
	letter-spacing: 1px;
	text-align: left;
}

tr, td{
	color: #FFFFFF;
	background: #000000;
	border: none;
	font-family: Courier New;
	font-size: 8pt;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	margin: 3px;
	text-decoration: none;
}

a:link{
	color: #E9426D; 
	text-decoration:underline;
	font-weight:bold;
	cursor: default;
}

a:visited{
	color: #E9426D; 
	text-decoration:underline;
	font-weight:bold;
	cursor: default;
}

a:hover{
	color: #E9426D; 
	text-decoration: line-through;
	font-weight:bold;
	cursor: hand;
}

a:active{
	color: #E9426D; 
	text-decoration:underline;
	font-weight:bold;
	cursor: default;
}

img{
	margin :1px;
}

u{
	color:  #94E942;
	font-weight: normal;
}


b{
	color:  #ED5BA3;
	font-weight: bold;
}


i{
	color:  #5BEDE4;
	font-weight: none;
}


s{
	color:  #E9A842;
	font-weight: none;
}
  
a:hover img{

	border: 6px solid #343434;
	margin: 2px;
} 


a:link img,a:visited img{

	border: 6px solid #333333;
	margin: 2px;
	cursor: hand;
}

.letter{
	color: #EC3464;
	font-family: Black Chancery; 
	font-size: 16px;
	font-weight: bold;
	font-style: none;
	letter-spacing: 1px;
	padding: 1px; 
	text-transform: Uppercase;
}

a.nav, a.nav:active, a.nav:link, a.nav:visited {
	text-decoration: none;
	background: #000000;
	font-family : Courier New;
	font-size: 8pt;
	line-height: 14px;
	font-weight: normal;
	color: #9D53AA;
	display:block;
	text-align: right;
	text-transform: uppercase;
	margin: 3px;
	padding-top: 1px;
	padding-left: 1px;
	border-left: 10px solid #FC8F1B;
	border-right: 0px solid #E14E78;
}

a.nav:hover {
	text-decoration: none;
	background: #000000;
	font-family : Courier New;
	font-size: 8pt;
	line-height: 14px;
	font-weight: normal;
	color : #9D53AA;
	display:block;
	text-align: right;
	text-transform: uppercase;
	margin: 3px;
	padding-top: 1px;
	padding-left: 1px;
	border-left: 10px solid #EDE33B;
	border-right: 0px solid #803D8C;
}