body{
	background-color: white;
	margin: 50px;
	font-family: Tahoma, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: black;
}

h1{
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	text-shadow: black;
	text-align: center;
	font-size: large;
	color: #004080;
	background-color: #C0C0C0;
	padding: 5px;
	border-top: solid #004080 1px;
}

address{
	text-align: center;
	border-top: solid black 1px;
	font-style: normal;
	padding: 10px;
}

a {
	color: blue;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: red;
	background-color: transparent;
	text-decoration: underline;
}

ul {
	list-style-type: square;
	list-style-image: url(red_square.gif);
	list-style-position: outside;
}

li {
	margin-bottom: 1ex;
}

