				.bluetext{
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 50px;
				color: #0033cc;
				font-weight: bold;
				}
				.whitetext{
				font-family: 'Raleway', sans-serif;
				font-size: 50px;
				color: #ffffff;
				font-weight: bold;
				}
				
				.smallwhitetext{
				font-family: 'Oswald', sans-serif;
				font-size: 20px;
				color:white ;
				font-weight: bold;
				}
				
				.smallerwhitetext{
				font-family: 'Oswald', sans-serif;
				font-size: 15px;
				color:white ;
				font-weight: bold;
				}
				
				.redtext{color: red}
				
				body{ 
				background-color: black;
				background-image: url(NumBackground.jpg)
				}
				.maintable{
				background-color: Red;
				width: 800px;
				height: 500px;
				text-align: center;
				border: 10px solid #ADD8E6;
				}
				.navtable{
				background-color: Red;
				width: 800px;
				height: 100px;
				text-align: center;
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 30px;
				color: white;
				}
				.navbutton{
				border: 3px solid #ADD8E6;
				text-align: center;
				width: 25%;
				}
				a:link{
						color: Blue;
				}
				a:visited{
						color:Blue;
				}
				a:hover{
						color:Yellow;
				}
				a:active{
						color:Blue;
				}
	
	