body {
font-family: Times;
color: #300058;
background-color: #FFFFFF;  
text-align: left;
}


p {
font-family: Times;
color: #300058;
text-align: left;
}

address {  
text-align: left;
}

a:link {
font-family: Times;
color: #0000EE;
text-decoration: underline;
}

a:visited {
font-family: Times;
color: #551A8B;
text-decoration: underline;
}

a:active {
font-family: Times;
color: #FF0000;
text-decoration: underline;
}

a:hover {
font-family: Times;
color: red;
text-decoration: underline;
}

