body { 
	background-image: url('images/back.gif');
	font-family: comic sans ms, arial; 
	color: #000000; 
	font-size: 12px;
	}

h1 {
font-family: comic sans ms, Arial;
color: #cf0000;
font-weight: bold;
font-size: 15px;
padding: 1 0 0 0;
margin-bottom: 0;
margin-top: 1;
margin-left: 0;
margin-right: 0;
}

a:link { color: #cf0000; text-decoration: none; }
a:hover { color: #cf6666; text-decoration: underline; }
a:visited { text-decoration: none; }
a:active { color: #cf6666; text-decoration: underline; }

a.button {
      display: block;
	 height: 30px;
      font: bold Arial Helvetica sans-serif;
	 font-size: 12px;
      background-color: #4881BA;
      color: white;
      text-decoration: none;
      padding: 4px;
}
a.button:hover {
      display: block;
      text-decoration: none;
      background-color: #30577C;
      color: white;
}
a.button:visited { color: white }