body
{
	color: rgb(255, 255, 255);
	background-color: rgb(80, 0, 0);
	font-family: sans-serif;
	font-size: 10pt;
	margin-left: 4%;
	margin-right: 4%;
	
}

p.margin {margin-left: 2cm}


A:link {text-decoration: underline; color: rgb(220, 220, 220) }
A:visited {text-decoration: underline; color: rgb(200, 200, 200) }
A:active {text-decoration: underline; color: rgb(200, 200, 200) }
A:hover {text-decoration: underline; color: rgb(255, 255, 255) }
