* { outline: none; margin:0; padding:0; }

body { 
	font: 62.5%/1.7em "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	line-height: 1.5em;
	color: #222;
	background-color: #FFF;
	}

a:link, a:visited {
	color: #0000B3;
	text-decoration: none;
	}
	
a:hover { color: #00F; }


#header h1 {
	display:block;
	background:#B3B09E;
	padding-left:45px;
	font-size:24px;
	line-height:50px;
	color:#FFF;
	text-transform:uppercase;
	}

#header #header-links {
	background:#262626;
	height:20px;
	}

h2 	{
	font-size:190%;
	margin: 25px 10px 8px 35px;
	}
	
h3 	{
	font-size:140%;
	margin: 2px 10px 4px 50px;
	}

ul {
	margin:0 0 14px 75px;
	list-style:none;
	font-size:125%;
	line-height:155%;
	}

p {
	margin:0 0 14px 75px;
	font-size: 125%;
	font: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	line-height: 1.5em;
	color: #222;
	background-color: #FFF;
	}
