h1 	{ font-size: xx-large }

h2 	{ font-size: large }

h3 	{ font-size: medium }

h4 	{ font-size: small }

h5 	{ font-size: x-small }

body 	{ background-color: #888888;
	font-family: arial, helvitica, sans-serif;
	color: #000000 }

hr 	{ color: #000000; 
	width: 95%; }

a 	{ color: #bbbbee }

a:hover { color: #ffffff }
