
body {
	margin: 20px;
	Font-Family: Tahoma, Verdana, sans-serif;
	Line-Height: 1.3em;
	# Text-Decoration: None;
	Color: black;
	Background-Color: white;
}

a {
	color: #3535c5;
}

a:visited {
	color: #500080;
}

a:hover {
	color: #5555b5;
	Text-Decoration: underline;
}

.center {
	vertical-align: middle;
	text-align: center;
}

h1 {
	Font-Size: 200%;
	Color: #000055;
}

h2 {
	Font-Size: 150%;
	Line-Height: 1em;
	Color: #005500;
}

h3 {
	margin-top: 35px;
	Font-Size: 120%;
	Line-Height: 1em;
	Color: #005500;
}

.footer {
	Color: #444444;
}

