body{
				background-color: #045A1D;
				background-image: url(sunocoback.jpg); 
				background-position: left;
				background-repeat: repeat; 
				background-size: 350px;
				}
			.titles{
				font-family: 'Andada Pro', serif;
				font-size: 38px; 
				color: #FBFF09;
				font-weight:bold; 
				}
			.subtitle{
				font-family: 'Andada Pro', serif;
				font-size: 26px; 
				color: #FBFF09;
				}
			.maintext{
				font-size: 30px;
				font-family: 'Andada Pro', serif;
				color: #FFFFFF;
				}
			.special{
				font-size:27px;
				color:#FFFFFF;
				font-family: 'Andada Pro', serif;
				}
			.maintable{
				background-color: #091068;
				padding: 85px;
				width: 800px;
				height: 600px; 
				border: 6px red solid;
				}
			a:link{ 
				color: white;
				text-decoration: none;
			}
			a:visited{
				color: white;
				text-decoration: none;
			}
			a:hover{
				color: white;
				text-decoration: underline;
			}
			a:active{
				color: white;
				text-decoration: none;
			}
			.navbutton{
				font-size: 24px; 
				font-family: Arial, Helvetica, sans-serif;
				width: 150px; 
				border: 1px white solid;
				text-align: center;
				height: 50px;
			}