/*Page layout style sheet*/

body {

font-family: Helvetica, Arial, sans-serif;
font-size: 10point;
font-color: #000000;

margin-top: 3%;
margin-right: 3%;
margin-bottom: 3%;
margin-left: 3%;

}


a:link {
color: #000000;
text-decoration: underline
}

a:hover {
color: #E95136;
background-color: #F4AA9D;
text-decoration: none

}

a:active {
color: #E95136;
background-color: #F4AA9D;
text-decoration: none
}

