body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/roguebg2.gif);
	margin-left: 0px;
	scrollbar-face-color: rgb(255, 64, 64);
    scrollbar-arrow-color: rgb(255, 255, 0);
    scrollbar-highlight-color: rgb(255, 0, 64);
    scrollbar-3dlight-color: rgb(0, 0, 0);
    scrollbar-shadow-color: rgb(128, 128, 128);
    scrollbar-darkshadow-color: rgb(0, 0, 0);
    scrollbar-track-color: rgb(0, 0, 0);
}
a:link{color: rgb(128,128,255);
     
     font-weight: bold;
     font-style: normal;
     text-decoration: none}

a:visited{color: rgb(192,192,192);
     
     font-weight: bold;
     font-style: normal;
     text-decoration: none}

a:hover{color: rgb(204,0,0);
     
     font-weight: bold;
     font-style: normal;
     text-decoration: underline}
	 
a:active{color: rgb(255,0,255);
    
     font-weight: bold;
     font-style: normal;
     text-decoration: none}


h1 {
	background-position: center;
	color: #CC0033;
	font-size: x-large;
	text-decoration: underline;
	text-transform: capitalize;
}

h2 {
	background-position: center;
	color: #CC0033;
	font-size: large;
	text-decoration: underline;
	text-transform: capitalize;
}

h3 {
	background-position: center;
	color: #CC0033;
	font-size: small;
	text-decoration: underline;
	text-transform: capitalize;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: 40px;
}

.rogue {
}
