	h1 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 70%; font-weight: strong; color: #993300;
	}
	
	h2 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 65%; font-style: italic; font-weight: normal; color: #993300; 
	}
	
	h3 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 65%; font-weight: strong; color: #993300; 
	}

	p {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 65%; font-weight: normal; color: #993300; 
	}

	
	body {
	background-image: url(images/paper_texture.jpg);
	}

	ul {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 65%; list-style-type: square; font-weight: normal; color: #993300;
	}
	
	a:link {
		color: #993300; text-decoration: none; 
	}
	
	a:visited {
		color: #CC6600; text-decoration: none; 
	}
	
	a:hover {
		color: #CC9933; text-decoration: none;  
	}