a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
	background-color: #ccccff;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
	background-attachment: scroll;
}
.adress {
	font-size: x-small;
	font-style: italic;
}
