
body
{
background-color:white;
}



h2
{
color: #5A8EC6;
text-align:left;
}


h3
{
color:white;
text-align:center;
}


p
{
font-family:"Times New Roman";
font-size:20px;
}


table, th, td
{
font-family: "Times New Roman", Times, serif;
border: 0px solid blue;
}


.menu {
color: white;
font-family: Tahoma;
font-size: 12pt;
font-weight: bold;
border-right: 1px solid white;
text-decoration: none;
background-color: #5A8EC6;
padding: 5px;
}
.menu:hover {
background-color: #80B7F1;
}
.toolbar {
background-color: #5A8EC6;
padding: 5px 0px 5px 0px;
}






