﻿body
{
  font-family: 'Palatino Linotype' , 'Times New Roman' , Serif;
  font-size: 1.0em;
  background-color: Black;
  color: Black;
}

.mainsection
{
  background-color: #FF6633;
  margin:5px auto;
  border: 0px;
  width: 640px;
  padding: 10px;
}

.formTable
{
  border-right: thin ridge;
  border-top: thin ridge;
  border-left: thin ridge;
  border-bottom: thin ridge;
}

.gallery
{
  text-align: center;
}

A.plain {text-decoration: none; color: Black;}
A:link
{
  text-decoration: none;
  color: maroon;
}
A:visited
{
  text-decoration: none;
  color: maroon;
}
A:active{text-decoration:none; color: maroon;}
A:hover {color:Maroon; text-decoration: underline;}
IMG {border: 0px; }