/*

   Style Sheet for Rigs.
   http://cloford.com/resources/colours/500col.htm
*/


html, body {
   font-family:"times new roman",sans-serif; 
   color:#000000;
   background:#CDC8B1
}

a img {
   border:none
}

a:link {
   background: #CDC8B1;
   color: #000;
   text-decoration: none;
}

a:visited {
   background: #CDC8B1;
   color: #000;
   text-decoration: none;
}

a:hover {
   background: #CDC8B1;
   color: #990033;
   text-decoration: none;
}

a:active {
   background: #CDC8B1;
   color: #990033;
   text-decoration: none;
}




/*

Table Centering Section

*/



table.center {
   margin-left:auto;
   margin-right:auto;
   text-align:center
}


div.center {
   text-align:center
}