/* CSS definitions that control the overall look-and-feel of the page. */

body{
	font-size: 12pt;
	padding: 0;
	margin: 0;
}

body,td,p,div,th,ul,li{
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

h1{
	font-size: 14pt;
	color: #7d6f94;
	border-bottom: 1px solid #7d6f94;
	letter-spacing: 2px;
}
h2{
	font-size: 12pt;
	font-weight: bold;
}

h3{
	font-size: 12pt;
	font-weight: normal;
}
h4{
	font-size: 10pt;
}


#logo{
	position: absolute;
	top: 10px;
	left: 20px;
}
