/* eugenemallove.org styles */

body 
{
	background: black;
	font-family: "Times New Roman";
	font-size: 12px;
	color: white;

	scrollbar-size: small;
	scrollbar-base-color: black;
	scrollbar-3dlight-color:gray;
	scrollbar-arrow-color:lightgray;
	scrollbar-base-color:gray;
	scrollbar-darkshadow-color:darkgray;
	scrollbar-face-color:gray;
	scrollbar-highlight-color:lightgray;
	scrollbar-shadow-color:gray;
	scrollbar-track-color:darkgray;

	/* border-width: thin;
	border-style: solid; */
}

a:link { font-family: "Times New Roman"; font-size: 10px; color: white; }
a:active { font-family: "Times New Roman"; font-size: 10px; font-weight: bold; color: white; }
a:visited { font-family: "Times New Roman"; font-size: 10px; color: lightgray; }
a:hover { font-family: "Times New Roman"; font-size: 10px; color: yellow; }

h1 { font-family: "Times New Roman"; font-size: 32px; color: white; }
h2 { font-family: "Times New Roman"; font-size: 24px; color: white; }
th { font-family: "Times New Roman"; font-size: 52px; color: white; }

table, td, tr
{
	font-family: "Times New Roman";
	font-size: 10px;
	color: white;
	/* margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; */
}

p.caption 
{
	font-family: "Times New Roman";
	font-size: 9pt;
	color: white;
}




