/* CSS Document */
body {
	font: 11px/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #161819;
	line-height: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 14px;
}

a {
	color: #0063b2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-width: 0;
}

.meta {
	color: #666;
	font-size: 10px;
}


/****** LAYOUT DEFAULTS ********/
body {
	margin: 0;
	padding: 10px;
}

#wrapper {
	padding: 10px;
	background-color: white;
}
