HTML { overflow-y:scroll; }
BODY  { 
  margin: 0;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  font-family: sans-serif;
}

A.pages:link    { color: #d02050; text-decoration: none }
A.pages:active  { color: #d02050; text-decoration: none }
A.pages:visited { color: #d02050; text-decoration: none }

A:link    { color: #d02050; text-decoration: none }
A:active  { color: #d02050; text-decoration: none }
A:visited { color: #d02050; text-decoration: none }

IMG { margin: 10px 20px 10px 20px; border: none; }
IMG.invis { margin: 0px; border: none; visibility:hidden }
IMG.layout { margin: 0px; border: none; }
IFRAME { margin: 10px 20px 10px 20px }

H1 { margin-top: 2em; font-size: 150% }
H2 { margin-top: 2em; font-size: 120% }
H3 { margin-top: 0.8em; font-size: 120% }
P { margin-top: 0 }

.left { margin-left: 0px }
.right { margin-right: 0px }
.center { margin-left: 0px; margin-right: 0px }
.topleft { margin-left: 0px; margin-top: 0px }
.topright { margin-right: 0px; margin-top: 0px }
.tight { margin: 0px }

.name { color: #d02050; text-decoration: none }

.whgr {
  background-color: #E4E4E4;
  background-image: url("images/gradient line.jpg");
  background-position: top left;
  background-repeat: repeat-y;
}

.menubg
{
  background-color: #F6F6F6;
  padding: 2px 1em 2px 1em; 
  border-bottom: 1px solid white;
}
.menusel
{
  disbackground-color: #E4E4E4; 
  padding: 2px 1em 2px 1em; 
}
.menuclr
{
  background-color: white;
}

.newsarea
{
  background-color: #F6F6F6;
  padding: 1em;
}
