body {background:gray; font-family: Arial Narrow, Verdana, Helvetica;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; 
 }
 a:link 
 {
color: black; text-decoration: none;
 }
 a:visited 
 {
color: blue; text-decoration: none;
 }
 a:hover 
 {
text-decoration: none; color: red;
 }
body
 {
 background-image:url('paper.gif');
 background-color:#cccccc;
 }
#linktext{
font-size: 1.35em; 
font-weight: bold;
}
ul
{
 list-style-type: square;
 }
 a.one:link 
 {
color:blue; text-decoration: underline;
 }
 a.one:visited 
 {
color: blue; text-decoration: underline;
 }
 a.one:hover 
 {
text-decoration: underline; color: red;
 }
 /*
#contentwrapper
{ position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 0px;
    width: 995px;
    background-color: gray;
}
*/
 h1
 {
color:blue;
font-family:Arial,Helvetica,sans-serif;
text-align:center;
padding-top:0px;
font-size:3em;
margin:0 auto; 
padding:0;
 }
 img.center 
 {   
display: block; 
margin-left: auto;   
margin-right: auto;
 }
 .textmiddle 
  {
  vertical-align:middle;
  }
.left 
 { 
 float: left;
 margin-left: 50px;
 }
 .right 
 { 
 float:right;
 margin-right:50px;
 padding-top:0px;
 }
 