
* {
	margin:0;
	padding:0;
	font-size:1em;
}

html,body {
	border:none;
	font-size:100%;
}

#main {
	font-size:0.75em;
	width:400px;
	margin:0 auto;
}

#header {
	background:url('img/HTS_WEB1.gif');
	width:400px;
	height:304px;
	text-indent:-2000px;
	overflow:hidden;
	margin:30px 0;
}

#content {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#004583;
}

#content h1 {
	font-size:1.2em;
}

#content p {
	margin-bottom:1em;
}

#content a {
	color:#7EA7D1;
	text-decoration:none;
}

#content a:focus,
#content a:hover {
	text-decoration:underline;
}

