@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
	background-color:#FFFFFF;
	font: normal .72em/1.6em 'Trebuchet MS', sans-serif;
	font-stretch:extra-condensed;
}

h1 {
	font: bold 1.3em/1.4em 'Trebuchet MS', sans-serif;
	font-stretch:extra-condensed;
}

a:link {
	color:#333333;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#000000;
}


#menu {
	padding: 30px;

}