/* styles.css   			*/
/* An external stylesheet 	*/
/* For www.hvsra.org   		*/
			
		body	{color:black; 
					background: url(images/background1.gif) repeat-x;
					background-color:#94b2f0;									}				
				
		a		{text-decoration: underline;
					color: #000080;
					background-color: inherit;									}		
	
		a:visited {text-decoration: underline;
					color: #000080;
				  	background-color: inherit;									}	
			   
		a:hover	{text-decoration: none;
			  		color:  #8b0000;
			  		background-color: #fedc00;									}
					
		a:visited:hover {text-decoration: none;
			  			color:  #8b0000;
			  			background-color: #fedc00;							    }
/*						
		table.main100 {background: url(images/background1.gif) repeat-x;
						background-color:#94b2f0; width:100%;					}
	
		table.main100 {background: url(images/background_yellow3.gif); width:100%;			}		
		table.main100 {background-color:#94b2f0; width:100%;					}	
		*/		
		table.main100 {background: inherit; width:100%;			}	
			

								
		table.main75 {background: url(images/background1.gif) repeat-x;
						background-color:#94b2f0; width:75%;					}
		
		th		{font-family:AntiquaLightSSK; font-size:120%; padding:0.3em;		}
						
		td		{font-weight: bold; color:black; background-color: inherit; padding:1em;	}	
		
		p		{font-weight: normal; }
		p.bold	{font-weight: bold; }
		
		h1		{color:white;}		
		h2.arial {font-family:arial; }
		h3.arial {font-family:arial; }
		
		input	{background-color:#94b2f0;}	
		select	{background-color:#94b2f0;}		
						
		.alert 	{color:#800517; background-color:#fedc00; font-family:Arial;	}
		
		.center	{text-align: center;											}	
		
		.line800 {color:#000080; background-color:inherit; text-align: center; 
					width:800px; border-bottom:7px solid;						}		
					
		.line600 {color:#000080; background-color:inherit; text-align: center; 
					width:600px; border-bottom:7px solid;						}						
					
		.main	{padding:1cm;
				 	font-size:larger;											}	
					
		.caldata	{font-weight: normal; color:black; background-color: inherit; padding:.5em;
					}		
		.calmonth	{font-weight: bold; color:#250517; background-color: inherit; padding:.5em;
						font-size:18pt; }								
							
		.box {border:solid; border-width:2px; border-color:navy;  				}

		.w25	{width:25%}
		.w30	{width:30%}
		.w33	{width:33%}
		.w40	{width:40%}
		.w50	{width:50%}								

/*************************************************************************
*	Author: Alan Stout 		www.stoutwebsites.com						 *
*************************************************************************/