* {
	margin:  0;
	padding: 0;
	border:  0;
}

body {
	font: 9pt "bitstream vera sans", "trebuchet ms", verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 2em;
	background-color: #939393;
}

p {
	margin-top: 10px;
	text-align: center;
}

h1	{
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 2em;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

a {
	color: #89a;
	text-decoration: none;
	padding: 2px 0;
}

a:hover {
	color: #a98;
}

#main ul {
	list-style-type: none;
	margin-left: 20px;
}

#main li {
	padding: 2px;
}

#main li a:hover {
	background-color: #89a;
	color: #000;
}

@media only screen and (max-device-width: 480px) {
	img { height: 480px; width: 320px; }

	p { margin: 0; }
}

