/* basic elements */
body {
	font: 12pt georgia;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 30px;
}

p {
	font: 12pt georgia;
	margin-top: 0px;
	text-align: justify;
}

h3 {
	font: italic normal 14pt georgia;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #4040DF;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #4040DF;
}

a:hover,a:active {
	text-decoration: underline;
	color: #8080DF;
}