﻿body {background-color: #cfc; 
	  font-family: lucida, sans-serif; 
	  color: black;
      width: 99%; 
	  }
div.bot  {background-color: lime; 
		  width: 100%; 
		  color: black; 
		  text-align: center;
		  font-style: italic;
		  }
div.bot h1 {margin-top: 1px} 

div.center {margin-left: auto; 
		    margin-right: auto;
		    text-align: center;
		    }
table {margin: 10px auto; 
        background-color: green;
        text-align: center;
	    color: black;
	    }
th, td {background-color: #cfc;
		color: black;
		padding: 1px;
		}
a:link {text-decoration: none; 
		color: green;
		}
a:visited {text-decoration: none; 
			color: green;
			}
a:hover, a:active {text-decoration: underline; 
					color: red;
					}
