 BODY {
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom 
: 0px;
	background-image : url(background.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: #FF9999;
	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;
} P {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin-right: 10px;
	margin-left: 10px;
} A:LINK {
	color : #0000FF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
} A:VISITED {
	color : #0000FF;
	font-family : Verdana, Geneva, 
Arial, Helvetica, sans-serif;
	font-size : 13px;
} A:HOVER {
	color : #E67464;
	font-family : Verdana, Geneva, Arial, Helvetica, 
sans-serif;
	font-size : 13px;
	text-decoration : none;
} H1 {
	color : #C54B70;
	font-family : "Comic Sans MS", cursive;
	font-size : 28px;
	text-align : left;
	font-weight : bold;
	margin-top : 10px;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
} H2 { color : #000000; font-family : Verdana, Geneva, Arial, 
Helvetica, sans-serif; font-size : 16px; font-weight : bold; margin-left : 15px; 
margin-right: 15px; font-variant : normal; /* Properties are normal, and small-caps*/ 
} LI {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin-left: 10px;
	margin-right: 10px;
	text-align : left;
	line-height: 22px;
	list-style-type: none;
	list-style-image: none;
}

