BODY {
	margin: 0px;
}

A { color: blue; text-decoration: none; }
A:hover  { color: red; text-decoration: underline; }
IMG { border-style: none; }

.pagebody {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;

	font-family: helvetica,univers,arial,sans-serif;
	font-size: 10pt;
	
}

.navbar {
	background: #666666;
	height: 28px;
}
