﻿body 
{
 margin-top: 5px;
 margin-bottom: 0px;
 margin-right: 0px;
 margin-left:0px;
 padding: 0;
 background-color: #ffffff;
 font-family: Georgia, "Times New Roman" , Times, serif;
 font-size: 12px;
 color: #000000;
}
#page 
{
 width: 810px;
 height: 600px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 border-style: Solid;
 border-color: #000000;
 border-width: 1px;
 /*background-image: url('images/bg.png');*/
}
a:link 
{
 color: #138b03;
 text-decoration: none;
 }

a:visited 
{
 color: #138b03;
 text-decoration: none;
}

a:hover 
{
 color: #138b03;
 text-decoration: underline;
}
