/* Jonathan Hughes, UMass Lowell CS, jhughes@cs.uml.edu */
/* updated by JH on February 27, 2003 */
/* styles.css */
/* an externel stylesheet */


body 	{
		
		 background-image: url(bg3.jpg);
	  background-position: top center;
	  background-repeat: no-repeat;
	

		 background-color: #747474;
	 }

hr { color: darkblue }
a	{  
color: #002C40; 
text-decoration: none;
font-weight: bold;
 
}
a:hover	{ color: #C3282E;
 font-weight: bold;
	 }

a:active         {
 font-weight: bold;
color: white;  }
p	{ font-size: 15pt;
      font-weight: bold;
	  color: #42425C;
	  font-family: Verdana, Geneva, sans-serif  }
div 	{ 
	     }
h1 	{ font-family: Arial ; font-size: 60px ; color: Navy  }
h2 	{ font-family: Arial ; font-size: 22px ; font-style: italic; color: #B0AEBC }
h3 	{ font-family: Arial ; font-size: 16px ; color: #8DABCB }
h4 	{ font-size: 36px ; color: #FFFF52 ;   background-color:#1B4E9B; }

.content a	{  
color: #7ECE72; 
text-decoration: none;

 background-color:#7289AF; 
}

.content a:hover	{ 
color: #7ECE72; 

	text-decoration: underline;
	  background-color:#7289AF; }

.content a:active         {
 font-weight: bold;
color: white;  }


.link {
      position:relative; 
	top: 110;
	
	text-align: center;
	
font-family: Garamond, Georgia, Palatino, serif;
	font-size: 14pt;
}

.link a	{  
color: black; 
text-decoration: none;


}

.link a:hover	{ 

color: black;
	text-decoration: underline;
	  }

.link a:active         {
 font-weight: bold;
color: white;  }