h1
{
   color:navy;
   font-size:40px;
   text-align:center;
    font-style: oblique;
    font-weight: bolder;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
h2
{
    color:navy;
    font:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: bold;
}
h3
{
    color:#191970;
    font:300;
    font-style:italic;
}
a
{
    color:#191970;
    text-decoration:none;
    font-family: 'Times New Roman',Times,serif;
}
p
{
    color:black;
}
body
{
    background:#b0c4de;
}
frame
{
    border-right-style: hidden;

    border-left-style: hidden;

    border-bottom-style: hidden;

    border-top-style: hidden;
}