body {
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    background-color: #CCCCCF;
    font-size: 80%;
    color: #000000;
    margin: 0px;
}

.main {
	background-color: #FFFFFF;
	position:relative;
	top: 30px;
	width: 85%;
    border: 1px #6988AF solid;
	text-align: justify;
	line-height: 150%;
	padding: 45px;
	margin-bottom: 40px;
}

.menu {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px 20px;
}

.footer {
	position: relative;
	padding-bottom: 10px;
}

img.photo {
	border: 1px solid #555555;
	padding: 2px;
	margin-right: 30px;
}

a:link, a:visited {
    border: 0;
    color: #4c6f99;
}

a:hover {
    color: #555555;
}

h1 {
	color:#555555;
}

h2 {
	color:#555555;
}

h3 {
	color:#555555;
}

h4 {
	color:#555555;
}

li {
	padding-bottom: 7px;
}

.top {
	font-weight: normal;
	font-size: small;
	margin-left: 3px;
}

.top a {
	text-decoration: none;
}
