* {
	margin:0;
	padding:0;
}

html, body {
	background:#466bae;
	font-family:Verdana;
	font-size:11px;
	color:#784242;
	text-align:center;
}

a {
	color:#87352c;
	text-decoration:none;
}

a.menu { padding:0 7px 0 7px; }

a:hover {
	text-decoration:underline;
}

img { 
	border:0;
}