* {
 	margin:0;
 	padding:0;
 	border:0;
}

body {
 	background-color:#ccc;
 	font-family:sans-serif;
 	font-size:1px;
 	color:#333;
}

#alert {
 	margin:50px;
}

h1 {
 	font-family:serif;
 	font-weight:normal;
 	font-size:36px;
 	color:#333;
 	text-shadow:1px 1px 1px #eee;
 	border-bottom:1px solid #999;
 	
}