body{
font-family: sans-serif, arial;
margin-left: 10%;
margin-right: 10%;
padding: 10px 10px 10px 10px;
}
p, td{
font-family: sans-serif, arial;
}
a {
   color: #330033;
	text-decoration: none;
}

a:active{
	color: #990000;
	text-decoration: underline;
}

a:hover {
  	color: #009900;
	text-decoration: underline;
}

