body, html, td, input, textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
}

body {
	background-color:  #EFEBDE;
	color:  #000000;
}
	
h1 {
	font-size: 23px;
	color: #7B9EBD;
	text-align: center;
}

input.box {
	width : 450px;
	border : 1px solid #7B9EBD;
}

input.small {
	width : 300px;
	border : 1px solid #7B9EBD;
}

textarea {
	width : 450px;
	height : 250px;
	border : 1px solid #7B9EBD;
}

a {
	font-weight : bold;
	color: #7B9EBD;	
}

