html {
	font-size: 13px;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 5px;
	padding: 0px;
	text-align: left;
	color: #000000;
	overflow-x: auto;
	overflow-y: scroll;
}


h1 {
	color: #ff0000;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

a {
	color: #990000;
	font-weight: normal;
}

a:link {
	text-decoration: underline;
	color: #990000;
}

a:visited {
	text-decoration: underline;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

a:active {
	text-decoration: underline;
	color: #990000;
}


table {
	border-style: none;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

td, th {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 5px;
	vertical-align: top;
}

th {
	background-color: #cccccc;
}
