.body { font-size: 8pt; font-family: Verdana }
a {
	padding: 1px;
	text-decoration: none;
	color: blue
}
a:hover {
	background-color: blue;
	color: white;
}
h1 { font-size: 3em; }

.filetable, .generaltable {
	border: 1px solid black;
	font-size: 1.0em;
	padding: 5px;
}

.row {
	background-color: #999;
}

.alternaterow {
	background-color: #BB9;
}

#smaller_gray {
	font-size:0.8em;color:gray;
}


.progress .border { background-color: white; border: 1px solid gray; width: 100%; }
.progressBar .background { background-color: #33f; height: 18px; width: 0%; }


#progress {background-color: gray;}
#bar { background-color: white; border: 1px solid gray;}

