 /* for # use ID= and for . use class= */
/* Facts word heading */ 
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: x-large;
	text-align: center;
	letter-spacing: normal;
	color: Teal;
}
h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: Teal;
}

.smFont {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: Black;
}
.smFontBold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: Black;
}

/* the font-size in BODY reduces the space between lines */
body  {
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: white;
	background-image: url(../images/lgreyBackground.jpg);
}

.centerButton
{
	text-align: center;
}

/* leave these link attributes for all web pages */
a  {
	text-decoration : none;
}
	
a.underline {
	text-decoration : underline;
}
	
a:hover {
	color: #CC0033;
	text-decoration : underline;
}
a:link {color: Black;}
a:active {color: #CC0033}
a:visited {color: #663333}
a:hover {color: #CC0033}

/*	
A:hover {color: #CC0033}
A:link {color: #000033}
A:active {color: #000033}
A:visited {color: #00A5C6}



A:hover {color: #CC0033}
A:link {color: #000033}
A:active {color: #000033}
A:visited {color: #999999}

A  {
	text-decoration : none;
	Active : #000066;
	visited : #999999;
}

A:hover {color: #cc0033}
A:link {color: #cc0033}
A:active {color: #000066}
A:visited {color: #cc0033}

A:hover {color: #660000}
A:link {color: #cc0033}
A:active {color: #000066}
A:visited {color: #999999}

a.leftnavrollover:link { color:#ffffff; }
a.leftnavrollover:hover { color:#ffcc33; }


*/
