body{
	margin-top : 0px;
	margin-bottom : 0px;
	background-color:white;
	font-size:12pt;
}

h1{
	font-size:12pt;
	color:brown;
	font-weight:normal;
	text-align:right
}

h2{
	font-size:18pt;
	color:red;
	font-weight: bold;
}
p{
	line-height:1.5em;
	font-size:12pt;
	color:red
}

a{
	text-decoration: none; }
a:hover{
	color:yellow;}