﻿
* 
{
/* General rule applies to all padding and margins on the page */

   margin: 0 auto 0 auto; /* top right bottom left */
   text-decoration: none;
   border-style: none;
   text-align: center;
  }


#body{
text-align: center;
width: 980px;
height: 845px;
font-size: 10pt;
}

#left{
text-align: center;
float:left;
}

#middle{
text-align: center;
float: left;
}


#right{
text-align: center;
float:left;
}

A:visited{
color: #cc66cc} 

A:active{
color: #ffccff}
 
A:hover{
color: yellow}

#picborder{
border-style: solid;
}