body
{ 
background: #ffffff;
color: #000000;
margin-left: 2em;
margin-right: 2em;
font-family: Arial, Helvetica, sans-serif;
}

.heading
{
position: absolute;
top: 0px;
right: 0px;
bottom: auto;
left: 0px;
height: 180px;
width: 100%;
overflow: auto;
}

.heading  h1
{ 
font-family: "Times New Roman", Times, serif;
font-size: 2em;
color: #000000;
background: #eaeaea;
padding: 0.3em;
border: groove  5px  #707070;
margin: 1em; 
}

.heading p
{
font-family: Arial, Helvetica, sans-serif;
margin: 1em;
}


a:link 
{ 
color: #000080;
background: #ffffff;
font-weight: bold;
}

a:visited 
{ 
color: #4b0082;
background: #ffffff;
font-weight: bold;
}

a:hover
{ 
color: #000000;
background: #dedede;
font-weight: bold;
}

a:active 
{ 
color: #f0f0f0;
background: #505050;
font-weight: bold;
}

.center
{ 
text-align: center;
}


