	.style1{
		font-family: comic sans ms, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #6600FF;
		font-weight:bold;
		}
		.style2{
		font-family: comic sans ms, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #6600FF;
		font-weight:bold;
		}
	body {
		background-color: #CCFF00;
		background-image: url(background.jpg);
		}
		.styleTable{
			background-color: #66FFFF;
			border: 3px solid black;
			}
		.links
		font-family: comic sans ms, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #CC33FF;
		font-weight:bold;
		a:link {
				color: black;
		}
		a:visited {
				color: black;
	    }
		a:hover {
				color: green;
		}
		a:active {
				color: black;