body,a {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
}
h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:26px;
	color:#083772;
	letter-spacing:-1px;
	font-weight:normal;
	background:#eee;
	padding:15px 20px;
	border-bottom:1px solid #ccc;
	
}
h2 {
	font-size: 18px;
	line-height:18px;
	color:#083772;
	margin-bottom:15px;
	font-weight:normal;
}
p {
	margin:20px 10px;
	line-height:18px;
}
input {
	margin: 8px 20px;
}
a {
 color:midnightblue;
 text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

.myDiv {
	border:2px solid #1F3E75;
	background:#b4d3e6;
	margin:20px 10px;
	padding:10px 20px;
	height:30em;
	text-align:center;
}

#content {
	margin-left:-10px;
}

#foo{
	top:-10px
}

.red {
	color: red;
}
