body {
	background: #CCCCCC;
	background-image: url("lgrey091.png");
	background-attachment: fixed;
}

h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 200%;
	font-family: arial, verdana, sans-serif;
	color: #003399;
	background-color: #EEEEEE;
}

h2 {
	font-weight: bold;
	font-size: 140%;
	font-family: arial, verdana, sans-serif;
	color: #003399;
}

h3 {
	font-size: 100%;
	font-family: arial, verdana, sans-serif;
}

h4 {
	font-size: 75%;
	font-family: arial, verdana, sans-serif;
}

a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: purple;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}