      


body 
	{ 
	margin-left: 3.2cm;
	background: url(/~forsburg/images/copper.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; 
	}

.highlight2
	{background-color: #FFCC66;  }

.highlight1
	{background-color: #CC99FF;  }
.highlight3
	{background-color: #FF9933;  }
.highlight4
	{background-color: #CCCCFF; }


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



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

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

 div.purple {
    background: #CC99FF;
    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: #FFFFCC;
    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; 
	}




