.navbar{
	background-color: Aqua;
	color: Red;
	font-family: Tahoma;	
	font-size: 18 px;
}
.intro{
	font-family: Tahoma;
}
b{
	color: #f40808;
}
.logo{
	font-family: Brush Script MT, Verdana;
	color: #f40808;
	font-size: 18 px;	
}
a{
	color: #f40808;
	text-decoration: none;
}
a:hover{
	color: #cc3300;
	text-decoration: underline;
}
.input_label{
	font-family: Tahoma;
	font-size: 18 px;
	text-align: right;
}
.input_req{
	font-family: Tahoma;
	font-size: 18 px;
	text-align: right;
	color: #f40808;
}
.ital{
	font-family: Tahoma;
	font-style: italic;
	font-size: 18 px;
}
h3{
	font-family: Brush Script MT, Verdana;
	color: #f40808;
	font-size: 24 px;
}
.tagline{
	font-family: Tahoma;
	font-size: 18 px;
	margin-top: 100px;
	margin-left: 50;
}
.footer{
	font-family: Tahoma;
	font-size: 12 px;	
}
