/* CSS Document */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #38C7D8;
}
#container {
	width: 420px;
	margin: auto;
	text-align: left;
	background-color: #35DBDE;
	padding: 3px;
	border: 1px solid #000000;
}
#1 {
	width: 420px;
	height: 242px;
}
#2 {
}
#3 {	
	text-align: center;
}
h1 {
	background-color: #000000;
	color: #35DBDE;
	padding: 5px;
	font-size: 16px;
	text-transform: capitalize;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: line-through;
}