html, body, table, h1, h2, h3, h4, div, footer, p, nav
{
	display: block;
	font-family: 'Century Gothic';
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

a:link {font-family: 'Century Gothic'; font-weight: normal; text-decoration: none; color: #0000FF;}
a:visited {font-weight: normal; text-decoration: none; color: #0000FF;}
//a:hover {color: #00FF00; text-shadow: 1px 1px 1px #000000}
a:hover {color: #00FFFF; text-shadow: 1px 1px 1px #000000}
a:active {font-weight: normal; text-decoration: none; color: #FF00FF;}

body {
}

hr {
margin: 5px;
}

.size {
margin-top: 4px;
font-weight: normal;
text-align: right;
}

table {
//border: 1px solid black;
width: 960px;
height: 100%;
}

th {
text-align: left;
vertical-align: top;
padding: 10px;
font-family: 'Times New Roman';
font-size: 200%;
height: 40px;
}

td.listname {
text-align: left;
vertical-align: top;
padding-left: 10px;
font-family: 'Times New Roman';
font-weight: bold;
width: 200px;
//border: 1px solid black;
}

td.listsize {
text-align: left;
vertical-align: top;
font-family: 'Times New Roman';
font-weight: bold;
width: 70px;
//border: 1px solid black;
}

td.listdate {
text-align: right;
vertical-align: top;
font-family: 'Times New Roman';
font-weight: bold;
width: 250px;
//border: 1px solid black;
}

