/* styles.css   */
/* An external stylesheet */
/* For MHSOA Web Site */

body		{ background-image: url(greenACS.gif);
			  background-repeat: repeat; }	
			  	
a       	{ text-decoration: underline; color: navy }

a:hover		{ text-decoration: underline;
			  font-size: 32px;
			  color: red;
			  background-color: yellow }
	  
.nodec		{ text-decoration: none;
          	  color: black; }			  	  
			  
h1, h2	    { color: #800000 }

.p			{ color: #800000;
			  font-size: x-large }
			  
.lb		{ font-size:120%; color:red;
			  font-weight: bold;}		  
			  
.lineL 		{ border-left:solid; border-width: thick; border-color: red; 
	            border-right: none; border-top: none; border-bottom: none }	
				
.hrRed		{ border-top: solid; border-width: 7px; border-color: red; margin: 10px }
					  
.hrNavy		{ border-top: solid; border-width: 7px; border-color: navy; margin: 10px }

.homelinkfont { font-size: 32px }

.hr75		{ border-top: solid; border-width: 3px; border-color: black; margin: 50px }

.w50		{ width: 50% }

.alLeft		{ text-align: left }
.alCenter	{ text-align: center }
.alRight	{ text-align: right }
   

/*************************************************************************
*																		 *
*************************************************************************/