body {
font-family:helvetica, arial;
background-color:#CCFFFF;
/*text-align:center;*/
color:black;
font-size:1em;
/*margin:auto;*/
width:75%;
}

p{padding:5px;}


table, th, td{
border-collapse:collapse;
/*text-align:center;*/
margin-top:50px;
}

td, th{
border-bottom:1px solid black;
}

th{font-size:1.4em;}

td{padding:5px;}


a:link {
text-decoration:none;
/*color:#3D007A;*/
}

a:hover {
text-decoration:none;
color:#B8B8B8;
}

