/* CSS Document */

h1{
	font-size: 24px;
	color: #990000;
	text-align: center;
	line-height:36px;
}
.mysizes{font-size:12px}

.glink a:link, .glink a:visited, .glink a:active{
	color: #CC3;
	text-decoration:none;
}
.glink a:hover{
	color: #323431;
	background-color: #CC0;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #333;
	color: #FFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #323431;
}
#footer a:link, .twoColFixLtHdr #footer a:visited, .twoColFixLtHdr #footer a:active{
	color: #CC3;
	text-decoration: none;
}
#footer a:hover{
	color: #323431;
	background-color: #CC0;
}
