body 	{ background: white; }

h1   	{ font-family: Arial, Helvetica, Sans-serif; font-size:18pt;
	  color:red; font-weight:bold; }

h2   	{ font-family: Arial, Helvetica, Sans-serif; 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; }

/* 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;

}

p {
	color: black;
} 


