	body {
			background-color: #6622aa;
			background-image: url(purplerepeat.jpg);
		}
	.style1 {
		font-family: Arial, Helvetica sans-serif;
		font-size: 17px;
		color: white;
		font-weight: bold;
	}	
	.style2 {
		font-family: Arial, Helvetica sans-serif;
		font-size: 14px;
		color: blue;
		font-weight: bold;
	}	
	.style3 {
		font-family: Arial;
		font-size: 40px;
		color: #F7FE2E;
		font-weight: bold; }
	.style4 {
		font-family: Arial;
		font-size: 25px;
		color: #FFBF00;
		font-weight: bold;
		}
	.styleTable{
		background-color: #cc8899;
		border: 3px solid black;
		}
	.styleTable2 td{
		background-color: #FFBF00;
		border: 3.5px solid black;
		}
	a:link{
			color: black;
		}
	a:visited {
			color:black;
		}
	a:hover {
			color: #A31BBF;
		}		
	a:active{
			color: black;
	}		