
body {
	margin: 0;
	font: normal 70%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

p {
	
}

h1,h2,h3,h4,p,form {
	margin: 0 0 8px;
}

h5,h6 {
	margin: 0 0 4px;
}

ul,ol {
	margin-top: 0;
	margin-bottom: 8px;
}

h1,h2,h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 175%;
	line-height: 1.4em;
}

h2 small {
	font-size: 90%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 90%;
	font-weight: bold;
}

small {
	font-size: 76%;
}

code {
	font-size: 100%;
}

input.textbox {
	font: normal 100% "Andale Mono", "Courier New", Courier, monospace;
}

textarea {
	font: normal 100% "Andale Mono", "Courier New", Courier, monospace;
}

table,tr,th,td {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: none;
}

a:link,a:visited {
	text-decoration: none;
	color: #999;
}

a:hover,a:active {
	text-decoration: underline;
	color: #666;
}
