	  body {
		  background-color: #aaaaaa;
		}

    td.top {
		  background-color: #0055dd;
		}
    td.middle {
		  background-color: #63a7cb;
		  font-family: "Times New Roman",serif;
			font-size=30px;
		}
    td.center {
		  background-color: #ffffff;
		}
		
		h1 {
		  color : #0000aa;
			background-color:#FC9804;
		  font-family: "Times New Roman",serif;
			font-variant: small-caps;
			font-size=30px;
		}

		h3 {
		  color : #0000aa;
		  font-family: "Times New Roman",serif;
			font-variant: small-caps;
			font-size=30px;
		}

    li {
		  color: #0088ff;
			font-family: "Times New Roman","Garamond","Georgia","Verdana",serif; 
		  font-size=20px;
			margin-left:20px;
			margin-right:20px;
 	  } 

    p {
		  color: #0088ff;
			font-family: "Times New Roman","Garamond","Georgia","Verdana",serif; 
		  font-size=25px;
			margin-left:20px;
			margin-right:20px;
		}

    a:link {
		  color : orange;
			text-decoration : none;
		}
    a:visited {
		  color : orange;
			text-decoration : none;
		}
		a:active {
		  color : yellow;
			text-decoration : none;
		}
    a:hover {
		  color : green;
			background-color:yellow;
			text-decoration : none;
		}
