	BODY {
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background-image : url(bg.jpg); /* Properties are top, center, bottom, left, right, percentage, or length*/
	background-attachment : scroll; /* Properties are scroll, and  fixed*/
	background-repeat : no-repeat; /* Properties are no-repeat, repeat-x, repeat-y, and repeat*/
	scrollbar-face-color: #6F6E6F;
	scrollbar-shadow-color: #585858;
	scrollbar-highlight-color: #CACACA;
	scrollbar-3dlight-color: #585858;
	scrollbar-darkshadow-color: #585858;
	scrollbar-base-color: #A6A6A6;/* Or you can use scrollbar-track-color: #xxxxxx. If you want a standard scrollbar, delete all the lines that have scrollbar in them!*/
	scrollbar-arrow-color: #EAEAEA;
; background-color: #000000
; background-position: left top
; font-size: 14px
; color: #DCCCAB; font-family: Verdana, Arial, Helvetica, sans-serif
}

	P {
	color : #DCCCAB;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-left: 15px;
	margin-right: 15px;
}
	A:LINK {
	color : #6CC5FF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : underline;
	background-color: #000000;


}
	A:VISITED {
	color : #CBA0C8;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : underline;
	background-color: #000000;

}
	A:HOVER {
	color : #FF0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	background-color: #000000;

}
	H1 {
	color : #FFCC33;
	font-family : "Monotype Corsiva";
	font-size : 36px;
	text-align : center;
	font-weight : bold;
	margin-top : 10px;
	margin-left: 15px;
	margin-right: 15px;
}
	H2 {
	color : #DCCCAB;
	font-family : "Bookman Old Style";
	font-size : 18px;
	font-weight : bold;
	margin-left : 15px;
	margin-right: 15px;
	font-variant : normal; /* Properties are normal, and small-caps*/
; text-align: left; text-decoration: underline overline
}

	LI {
	color : #DCCCAB;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-left: 15px;
	margin-right: 15px;
	text-align : left;
	list-style : square;
}
