BODY{
background-color: white;color: black;margin: 1% 2% 2% 2%;
}
.header{
background-color: navy; color: white;font-family: Times New Roman, Times, Serif;font-style: italic;font-weight: bold;font-size: 400%;text-align: center; margin-top: 2%; margin-bottom: 2%;}
.features{
background-color: #0000CD;color: white; font-family: Arial, Helvetica, Sans-Serif;font-weight: bold; font-style: italic; font-size: 200%;
}
ADDRESS{
font-family: Verdana, Arial, Helvetica, Sans-Serif;font-size: 75%;
}
.emphasis{
background-color: white;color: navy;font-family: Times New Roman, Times, Serif; font-weight: bold; font-style: italic; font-size: 150%;
}
P{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
A{
font-family: Verdana, Arial, Helvetica, Sans-Serif; background-color: white; color: navy;
}
A:hover{
background-color: white; color: blue;
}
.new{
background-color: yellow; color: black;
}


