      


body 
	{ margin-left: 2.5cm;
	background: url(/~forsburg/images/pombebkgrndRED.jpg); 
	font-size: 14px; font-family: "Times New Roman", Times, serif;
	}

a 
	{ font-family: "Times New Roman", Times, serif;
      }
a:active 
	{ color: red } /* when link is clicked */
a:hover 
	{background-color: #FFCC00 } /* when mouse is over link */
a:visited 
	{ color: #990000 } /* visited */

      

p { font-family: "Times New Roman", Times, serif;
	 font-size: 14px; 
	} 

p.text {margin-top: 1em;
 font-family: "Times New Roman", Times, serif;
	 font-size: 14px; 
	 }

p.text2 {font-family: "Times New Roman", Times, serif;
	 font-size: 12px; 
	}

.highlight1
	{background-color: #FFFFCC;  }

.highlight2
	{background-color: yellow;  }
.highlight3
	{background-color: #FF9999;  }
.highlight4
	{background-color: #FFCCCC; }


h1 {color: #990000}
h2 {color: #990000}
h3 {color: #990000}
h4 {color: #990000}



div.center {
	text-align: center;
	margin-left: 40%;
		}

 div.box { 
	border: solid; 
	border-width: thin; 
	width: 100%; }

 div.yellow {
    background: #FFFFCC;
    border: none; 
	font-family: "Times New Roman", Times, serif;
	 font-size: 14px; 
	}
 
 div.red {
    background: #FF9999;
    border: none; 
	font-family: "Times New Roman", Times, serif;
	 font-size: 14px; 
	}


 div.yellow2 {
    background: yellow;
    border: none; 
	font-family: "Times New Roman", Times, serif;
	 font-size: 14px; 
	}

div.yellow2 a:hover {background-color: #990000; color: #FFCC00; }



  div.gold {
    background: #FFCC00;
    border: none; 
	}

table.standard  {
font-family: "Times New Roman", Times, serif;
	 font-size: 14px; 
	}
	
 

table.small  {
font-family: "Times New Roman", Times, serif;
	 font-size: 12px; 
	}
	

div.navigation
	{background-color:#FFCC00;
	border: solid; 
	border-width: thin; 
	width: 100%;
	border-color: black;
	text-align: left;
	}	
div.navigation ul {
	margin:0px;
	padding: 0px;
	font-size: 12px;
	line-height: 30px;
	white-space: nowrap;
}
div.navigation li {
	list-style-type:none;
	display: inline;
}
div.navigation li a{ 
	padding: 0px 10px; 
	}




div.navigation li a:link  {color: #990000;}
div.navigation li a:visited {color: black;}
div.navigation li a:hover {background-color: #990000; color: #FFCC00 }



