.style1{
	font-family: Times New Roman, Helvetica, sans-serif.;
	font-size: 14px;
	color: #556666;
	font-weight: bold;
	}
.style2{
	font-family: Times New Roman, Helvetica, sans-serif.;
	font-size: 20px;
	color: #88bbbb
	}
.style3{
	font-family: Shadows Into Light;
	font-size: 75px;
	color: #889999;
	}
a:link {
	color: black;
	}
			a:visited {
						color: black;
			}
			a:hover {
						color: gray;
			}
			a:active {
						color: black;
			}
.mainTable{
				background-color:white;
				border: 10px solid #88bbbb;
				}
			.nav{
				background-color: white;
				border: 3px solid #558877;
				width: 400px;
				}
				
			body{
				background-color: #556666
				}
				
	