*{
  margin: 0;
  padding: 0; 
  border: none;}

body{
  color: #FFFCCF;
  font-family: Tahoma, sans-serif;
  font-size: 12pt;
  background-color: #000000;}

a:link {
  color: #1E90FF;
  text-decoration: none;}
a:visited {
  color: #1E90FF;
  text-decoration: none;}
a:hover {
  color: #DC143C;
  text-decoration: none;}
a:active {
  color: #DC143C;
  text-decoration: none;}

.left{text-align: left;}
.center{text-align: center;}
.right{text-align: right;}

.top{
  background-image: url('top.png');
  background-repeat: repeat-x;
  width: auto;
  height: 16px;}

.middle{
  background-image: url('middle.png');
  background-repeat: repeat-x;
  width: auto;
  height: 14px;}

.bottom{
  background-image: url('bottom.png');
  background-repeat: repeat-x;
  width: auto;
  height: 91px;}

.container{
  padding-left: 2em;
  padding-right: 2em;}
  
p.maintext{
  text-align: center;
  padding-left: 5em;
  padding-right: 5em;}
