@charset "utf-8";
/* CSS Document */
This Master Stylesheet is version 4-6-2010  
/* Notes: top-most portion is defining the link behavior. the css stuff will be reduced. cannot set link behavior properly without defining the <a> tag. Link functionality/behavior requires all 5 link styles to be defined: a, a:link, a:visited, a:hover, a:active. Will continue to work on cannotation to use same behavior without commprehensive <a> tag definitions. Rather use .links, etc. */



.links {
	text-decoration: none;
	font-size:14px
	color: #FFF;
	font-family: verdana;
	text-decoration: underline 
}
.cell_links {
	text-align: center;
	max-width: 10%;
	max-height: 50px;
	font-family: verdana;
	font-size: 12px;
	color:#000;
	cursor: pointer;
}
.navcellOn
{
	background-COLOR: #FC6;
	text-decoration:none;
} 
.navcellOff
{
	background-COLOR: #C96;
	color: #000;
}
.alltext {
	font-family: verdana;
	font-size: 12px;
	color: #FFF;
}
.smalltext {
	font-family: verdana;
	font-size: 9px;
	color: #CCC;
}
.heading1 {
	font-family: verdana;
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
}
.subheading {
	font-family: verdana;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
}
.heading2 {
	font-family: verdana;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.headingOver {
	font-family: verdana;
	font-size: 16px;
	color: #CCC;
	text-decoration: none;
}
.subheadingOver {
	font-family: verdana;
	font-size: 12px;
	color: #CCC;
	font-style: italic;
}

 /* This is the code I used to create the cell illumination effect on all pages. 3-3-2010 by A.M.
 
 <td width="13%" "class="navcellOff" onmouseout="this.className='navcellOff';" onmouseover="this.className='navcellOn';" onClick="window.open('http://www.swanaonline.org/index.html');">HOME PAGE</td>

class="navcellOff" onmouseout="this.className='navcellOff';" onmouseover="this.className='navcellOn';" 

class="navcellOff" onmouseover="this.className='navcellOn';" onmouseout="this.className='navcellOff';" 

<td width="100%" class="navcellOff" onmouseout="this.className='navcellOff';" onmouseover="this.className='navcellOn';" bgcolor="#000000" bordercolorlight="#990000" bordercolordark="#990000"> */

