body {font-size: 80%; 
	background-image: URL(../images/image1.gif); 
	background-repeat: repeat; 
	background-color: white; 
	color: #000000; 
	margin-left: 5%; 
	margin-right: 5%; 
	font-family: Tahoma, sans-serif
	}
h1 {font-size: 180%;}
h5 {text-indent: 5.5em;}

a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none; background: #FFD700 }
a:visited { color: blue; text-decoration: none }
a:hover { color: green; text-decoration: underline }

