body {
	background:#fff;
	text-align:center;
	font-size:12px;
	font-family:arial,sans-serif;
	margin:0;
	padding:0;
}

a {
	color:#080;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

a strong {
	color:#050;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#050;
	text-decoration:underline;
	font-weight:bold;

}

h2 {
	margin:4px;
	color:#fff;
	font-size:18px;
	background:#595;
}


