﻿body { margin: 0px; 
  background-image: url("html/menubacks.jpg");
  background-repeat: repeat-y;
}

div.outer { 
  position: fixed;
  width: 140px;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  font-family: "Times New Roman", serif;
  font-size: 0.6em;
  color: #FFFFFF;
  text-align: center;
}

a{
  color: #FFFFFF;
  text-decoration: none;
}

a:hover{
  color: #FFE1FF;
  text-decoration: underline;
}

div.links { 
 margin-top: 50px;
 margin-left: 10px;
 font-size: 1.3em;
 font-weight: bold;
 font-family: sans-serif;
}

table {
 border-spacing: 0 10px;
}

img { 
  clear: right;
  margin: 20px 0px 5px 0px; 
  border-width: 0;
}

img#gif { margin: 0px; }

