		.blue{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #0033CC;
			font-weight: bold;
		}
		
		.red{
			font-size: 50px;
			color: #FF0000;
			font-family: Satisfy, Chilanka, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.white{
			font-size: 50px;
			color: white;
			font-family: Satisfy, Bangers, Anton, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.white2{
			font-size: 20px;
			color: white;
			font-family: Acme, Bangers, Satisfy, Chilanka, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		
		.black{
			font-size: 50px;
			color: black;
			font-family:  Francois One, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.black2{
			font-size: 30px;
			color: black;
			font-family: Changa, Satisfy, Chilanka, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.black3{
			font-size: 30px;
			color: black;
			font-family: Acme, Bangers, Satisfy, Chilanka, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.black4{
			font-size: 50px;
			color: black;
			font-family: Satisfy, Bangers, Anton, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.green{
			font-size: 24px;
			color: #15FF00;
			font-family: Arial, Helvetica, sans-serif;
		}
			body{
				background-image: url(wierdbackground.png);
				font-family: Satisy;
		}	
		img{
			border: 13px double black;
			border-radius: 25px;
			background-color: #FFFAFA;
		}
		.maintable{
			background-color: white;
			width: 50%;
			height: 400px;
			border: 5px solid black;
			border-radius: 5px;
		}
		.secondtable{
			background-color: white;
			width: 80%;
			height: 600px;
			border: 8px dashed black;
		}
			
		.content{
			margin: auto;
			width: 1000px;
		}
		.maintd{
			vertical-align: top;
			padding: 15px;
		}
			
			a:link{
				color: black;
				text-decoration:none;
			}
			a:visited{
				color: black;
				text-decoration:none;
			}
			a:hover{
				color: black;
				text-decoration:none;
			}
			a:active{
				color: black;
				text-decoration:none;
			}
			
			.navtable{
					width: 95%;
					height: 50px;
			}
			.nav{
					font-size: 24px; 
					background-color: #FFFAFA;
					border: solid 5px black;
					border-radius: 25px;
					width: 25%;
					height: 30px;
					font-family: Anton, Bangers, Satisfy, Chilanka, Arial, Helvetica, sans-serif;
					font-weight: bold;
			}
			
			
			