				.bluetext{
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 50px;
				color: #0033cc;
				font-weight: bold;
				}
				.whitetext{
				font-family: 'Oswald', sans-serif;
				font-size: 50px;
				color: #ffffff;
				font-weight: bold;
				}
				
				.smallwhitetext{
				font-family: 'Raleway', sans-serif;
				font-size: 15px;
				color:white ;
				font-weight: bold;
				}
				
				body{ 
				background-color: #009999;
				background-image: url(hospital.png)
				}
				.maintable{
				background-color: #00CCCC;
				width: 800px;
				height: 500px;
				text-align: center;
				border: 10px solid;
				}
				
				.smalltable{
				background-color: green;
				width: 200;
				height:100;
				text-align: center;
				border: 3px solid black;
				}
				
				.navtable{
				background-color: green;
				width: 800px;
				height: 100px;
				text-align: center;
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 30px;
				color: white;
				}
				.navbutton{
				border: 3px solid red;
				text-align: center;
				width: 25%;
				}
				a:link{
						color: yellow;
				}
				a:visited{
						color:yellow;
				}
				a:hover{
						color:blue;
				}
				a:active{
						color:yellow;
				}
	
	