		.style1 {
			font-family: 'Quicksand', sans-serif;
			font-size:14px;
			color:#0033CC;
			font-weight:bold;
		}
		.style2 {color: #FF0000}
		.style3 {
			font-size: 24px;
			color: #0033CC;
			font-family: 'Quicksand', sans-serif;
		}
		.style4 {
			font-size: 24px;
			color: #DF0101;
			font-family: 'Nunito', sans-serif;
		}
		.error{
			font-size: 10px;
			color: red;
			font-family: 'Quicksand', sans-serif;
		}
		body{
		background-image:url(StandBy.jpg);
		}
		a:link {
			color: #000000;
		}
		a:visited {
			color: #000000;
		}
		a:hover {
			color: #999999;
		}
		a:active {
			color: #000000;
		}
		.mainTable{
			background-color:#BDBDBD;
			border: 5px solid #000000;
			}
		.nav{	
			background-color:red;
			border: 2px solid #000000;
			width: 700px;
		}
		.bordertable td{
			border: 1px solid #000000;
		}
			.bordertable{
			border-collapse: collapse;
		}	
			
		.style1b {
			font-family: 'Quicksand', sans-serif;
			font-size:14px;
			color:#0033CC;
			font-weight:bold;
			margin:0px 250px 0px 250px;
		}	