/*
Body controls - bgattachment stops the bg image scrolling with the page. Makes it more transparent looking. Color and font-size are the default colour and size of the text on the page. Font Family is the default font. The paragraph align is set to center so you only have to mention when it's NOT center. Any thing within these slash-asterix things is a comment and is ignored.
*/

body
{
	scrollbar-base-color:#221436;
	scrollbar-face-color:#221436;
	scrollbar-shadow-color:#221436;
	scrollbar-highlight-color:#221436;
	scrollbar-3dlight-color:#221436;
	scrollbar-darkshadow-color:#221436;
	scrollbar-track-color:#221436;
	scrollbar-arrow-color:#221436;
	background-color:#221436;
	margin-left: 0em;  
	margin-right: 0em;
	margin-top: 0em;  
	margin-bottom: 0em; 
	
}




p
{
	color:#DBC4AB;
	font-family:"Verdana";
	text-align:center;
	font-size:11px
}




/*
Links
*/

a:active {text-decoration: none; color: #DBC4AB}
a:visited {text-decoration: none; color: #DBC4AB}
a:link {text-decoration: none; color: #DBC4AB}
a:hover {text-decoration: none; color: #DBC4AB}




