/* modify default html styles */
* {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,p,pre,ul,ol,dl {
	
}

a img {
	border-style: none;
}

/* basic styling */
body {
	margin: 0;
	color: black;
	background-color: white;
	font: normal 76% Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .25em;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
		"Lucida Sans", Verdana, sans-serif;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 2.0em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

p {
	margin-bottom: 1em;
	line-height: 1.3;
}

table {
	width: 100%;
	margin: 0;
}

table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #990000;
}