/* Style for all bodies. */
body {
	font-family: Courier New, Serif;
	font-size: 12px;
	background-color:#FFFFFF;
	font-color: black;
	margin: 5;
}

.nav {
	font-weight: normal;
	font-size: 12px;
}


/* Header */
h1 {
	font-size: 2.2em;
	font-weight: normal
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

/* Custom link styles */

a:link, a:visited {
	color: #397684;
	text-decoration:none;
}
a:hover,a:active 
{
	color: #990033;
	text-decoration: underline;
}

