* {
	font-size: 12px;
	font-family: "trebuchet ms", sans serif;
}
p {
	text-indent: 7px;
}
p:first-letter {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 4px;
}
/*____Links___________________________________________________________________*/
#header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0;
	float: left;
	padding-top:12px;
	margin-left: 8px;
	line-height: 25px;
	display: block;
}
#footer a{
  color: #fff;
  	font-weight: bold;
	text-decoration: none;
  font-size:10px;
}
#footer a:hover{
  	text-decoration: underline;
}
/*____Input___________________________________________________________________*/
input {
	background: #990000;
	border: 1px solid #fff;
	color: #fff;
	margin: 2px;
	margin-left: 5px;
	width: 95%;
}
textarea {
	background: #990000;
	border: 1px solid #fff;
	color: #fff;
	margin: 2px;
	margin-left: 5px;
	width: 95%;
}
.button {
	width: 120px;
	text-align: center;
	background: #cc0000;
	cursor:pointer;
}
.button:hover {
	
	background: #990000;
}
