body 	{ background: white; }

h1   	{ font-family: Monospace; font-size:30pt;
	  color:black; font-weight:bold; }

h2   	{ font-family: Monospace; font-size:12pt;
	  color:black; font-weight:bold; }
       
p	{ font-family: Arial, Helvetica, Sans-serif; font-size:10pt;
	  color:black; }

p.alert	{ font-style: italic; color:red;}

table	{ font-family: Arial, Helvetica, Sans-serif; font-size:10pt;
	  color:black; }

select	{ font-family: Arial, Helvetica, Sans-serif; font-size:10pt;
	  font-weight: bold; color:blue; background: lightBlue; }

option	{ font-family: Arial, Helvetica, Sans-serif; font-size:10pt;
	  color:black; background: silver; }
	  
table, th, td {
  border: 1px solid black;
}

table.custom_class {
}

body {background-color: white;}

body {
  background-color: white;
}
div {
	background-color: black; 
	opacity: 0.5;	
}
div {
	background-color: black; 
	opacity: 0.5;	
}

/* unvisited link */
a:link {
  color: blue;
}
/* visited link */
a:visited {
  color: gray;
}
/* mouse over link */
a:hover {
  color: yellow;
}
/* selected link */
a:active {
  color: red;
}
.p {
  font-family: "Times New Roman", Times, serif;
}