html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

A:visited {text-decoration: none;; color: #000099}
A:hover {text-decoration: underline overline;; color: #990099}
A:link {text-decoration: none;}
A:active {text-decoration: none;}.titles {  font-size: large; font-weight: bold; color: #000099; font-family: "Courier New", Courier, mono}

.dateline {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: x-small; font-style: normal; font-weight: normal; text-decoration: none}



#gfs-navlinks
{
             color: #fff;
	font-size: 14pt;
	font-weight: bold;
	background: #003300;
	border: thick outset #009900;
	margin: 10px 0 10px 0;
	padding: 0 5px 0 5px;
}

#gfs-navlinks a:visited,
#gfs-navlinks a:link
{
              background: transparent;
              color: #efefef;
}

#gfs-navlinks a:hover, 
#gfs-navlinks a:active
{
	background: #fff;
	color: #000033;
}



#gfswrapper{ 
	margin: 20px auto 20px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
	text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
	/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 750px is a common fixed resolution size */
	width: 90%;
}

body {
	background: #bedcc4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
