
/*
Style sheet for http://www.abchy.org
Author: Janice M. Ward, Acton-Boxborough Coalition for Health Youth
Created: July 23, 2009 | Last Revised: August 4, 2009
Copyright(c) abchy.org; all rights reserved

*/

body
{ 
background-image: url('images/bgxinner.gif');
background-repeat: repeat-x;
font-family: arial; 
font-size: 12px; 
}
h1
{
font-family: arial; 
font-size: 18px;
font-weight: bold; 
margin: 0 0 0 0px;
}
h2
{
font-family: arial; 
font-size: 14px;
font-weight: bold; 
margin: 5px 0 0 0px;
}
p, td
{
font-family: arial; 
font-size: 12px;
line-height: 18px;
}
.copyright
{
font-size: 8pt;
}

a:link {
	color: #4B75C3; 
	text-decoration: none;
	font-weight: bold; 
}
a:visited {
	color: #2350C3;   
	text-decoration: none; 
	font-weight: bold; 
}
a:hover {
	color: #FF6500;  
	text-decoration: none; 
	font-weight: bold; 
}
a:link.nav {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
	font-size: 14px; 
}
a:visited.nav {
	color: white;  
	text-decoration: none; 
	font-weight: bold;
	font-size: 14px; 
}
a:hover.nav {
	color: #FF6500;  
	text-decoration: none; 
	font-weight: bold; 
	font-size: 14px;
}