﻿body
{
  font-family: Times New Roman, MS Sans Serif, Arial, sans-serif;
  background: #C0C0C0;
  margin: 5px;
  padding: 0px;
}

h1
{
  text-align: center;
}

h1.main:first-letter
{
  color: yellow;
}

p.main:first-letter
{
  color: yellow;
}

table.menu
{
  font-family: MS Sans Serif, Arial, sans-serif;
  font-size: x-small;
  color: #CC3300;
}

table.menu a:link, .menu a:visited, .menu a:active
{
  font-family: MS Sans Serif, Arial, sans-serif;
  font-size: x-small;
  color: #CC3300;
  text-decoration: none;
}

table.menu a:hover
{
  font-family: MS Sans Serif, Arial, sans-serif;
  color: #FF3300;
  background-color: #EFC229;
}

#surround
{
  border: 2px solid;
  border-color: blue;
  color: black;
}

#content
{ 
  height: 336px;
  overflow: auto;
}
