body
	{
    margin:0;
	font-family:Questrial;
	}

.header
	{
	top: 0;
	position: fixed;
	left: 0;
	width: 100%;
	height: 50px;
    background-color: #fff;
	padding:5px;
	z-index: 9999;
	overflow: hidden;
	}
	
.blue
	{
	margin-top: 50px;
	padding:5px;
	padding-top: 140px;
	padding-bottom: 120px;
	width: 100%;
	color: white;
    background-color: #6a9ef4;
	text-align: center;
	}
	
.red
	{
	padding:5px;
	padding-top:105px;
	padding-bottom: 130px;
	width: 100%;
	color: white;
    background-color: #e17970;
	text-align: center;
	}

.green
	{
	padding:5px;
	padding-top:105px;
	padding-bottom: 130px;
	width: 100%;
	color: white;
    background-color: #53a769;
	text-align: center;
	}
	
	

.yellow
	{
	padding:5px;
	padding-top:105px;
	padding-bottom: 70px;
	width: 100%;
	color: black;
    background-color: #fad159;
	text-align: center;
	}
	
	
a
	{
	text-decoration:none;
	color:white
	}
	
.footer
	{
    height: 50px;
    background-color: black;
	color:white;
    width:100%;
	padding: 10px;
	
	color:#fff;
	}
	
.box
	{
	border: 1px solid white;
	font-size: 9pt;
	padding:12px 20px;
	}
	
.top
	{
	vertical-align:top;
	}

.redtext
	{
	color: red;
	}
	
.left
	{
	text-align:left;
	}
	
input[type="text"], textarea, input[type="submit"]
	{
	background-color : #fad159; 
	}
	
input[type=text]:focus
	{
	background-color: #F2C74B;
	}
	
input[type=text]:hover
	{
	background-color: #F2C74B;
	}

textarea:focus
	{
	background-color: #F2C74B;
	}
	
textarea:hover
	{
	background-color: #F2C74B;
	}

input[type="submit"]:focus
	{
	background-color: #F2C74B;
	}
	
input[type="submit"]:hover
	{
	background-color: #F2C74B;
	}
	
