BODY {	
	background-image: url("pics/background.jpg");
	background-repeat: repeat;
	font-family: "sans-serif";
	font-size:"11pt";
	}

H1 {	font-size: x-large;
	}

H1, H2 {
	font-family: "serif"; 
	color:#7c2f2b; 
	}

H5 {	font-size: small; 
	text-align:right
	}

H3, H4, H5 {
	font-family:sans-serif; 
	color:#405549;
	}

A:link {
	color: #3300dd; 
	text-decoration:none
	}

A:visited {
	color: #6666ff; 
	text-decoration:none
	}

A:active {
	background-color:red; 
	color: #999999; 
	text-decoration:none
	}

A:hover {
	text-decoration:none
	}

ul      {
	list-style-image: url("pics/small_button.gif")
	}