body 
{
background-color: white;
margin: 0;
padding: 0;
font-family: verdana, arial, sans-serif, geneva, helvetica;
color: #696969;
}

#frame 
{
position: relative;
text-align: left;
width: 760px;
margin-right: auto;
margin-left: auto;
border-left: 2px solid  #696969;
border-right: 2px solid #696969;
background-color: white;
}

h2 
{
border-bottom: 1px dotted #696969;
}

a:link, a:visited
{
color: #696969;
}

a:hover 
{
color: #000000;
}