/***********************************************/
/* Main Page Styles                             */
/***********************************************/

	/*		Original css from old page:
			body{color:#C2BCEA;font:1em Verdana,Sans-Serif;}
			a:link{color:#33CCFF;text-decoration:none;}
			a:visited{color:#3300FF;text-decoration:none;}
			a:hover{color:#6699FF;text-decoration:underline;}
			a:active{color:#FFFFFF; }
            P  { margin-left: 4px; padding-left: 4px; }
			h1,h2,h3,h4,h5,h6{padding:0px;margin:0px;}
			h1{padding:18px 3% 10px 3%;margin:25px 8% 0px 0px;border-top:solid 1px #293E03;border-left:solid 1px #485235;border-right:solid 1px 	
			#293E03;border-bottom:none;color:#FF8C00;background:#556B2F;font-size:300%;font-weight:bold;letter-spacing:-2px;}
			h2{color:#000000;font-weight:bold;}
			h3{margin:0px 0px 0px 8px;width:43%;color:#C2BCEA;font-size:8pt;}
			h4{color:#aa0033;}
			h6{margin-top:20px;color:#485235;font-size:100%;font-weight:bold;text-align:right;}
			.divver{margin:0px 0px 0px 0px;background:transparent;font-size:8pt;} */


body{
	font:1em Verdana,Sans-Serif;
	color:#C2BCEA;	
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #000000;
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link {
		color:#33CCFF;
		text-decoration:none;
		}

a:visited{
		color:#FF0033;
		text-decoration:none;
		}

a:hover{
		color:#6699FF;
		text-decoration:underline;
		}

a:active{
		color:#FFFFFF; 
		}
		
/* Other Page Stuffs */


