body {
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
}

li {
	padding-bottom: 10px;
}

a, a:visited {
	color: #191970;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}

.header {
	color: black;
	text-align: left;
	font-size: 22pt;
	background-color: none;
	height: 60px;
	border-bottom: 1px dotted;
	padding: 0 0 0 5;
}

.header a, .header a:visited {
	color: black;
	text-decoration: none;
}

.header a:hover, .header a:active {
	color: #ff0000;
}

.scr {
	font-size: 0.9em;
	padding: 10;
	width: 225px;
	height: 225px;
}

.footer {
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	font-size: 0.8em;
	height: 60px;
	border-top: 1px dotted;
	padding: 10 0 0 0;
}
