/* Middle Fork Giants main Style Sheet */


 /* mfgstyle1.css */


BODY	{background: #5C755E;
	 margin-top: 0;
	font-weight: 600;
	 font-size:  12pt;
	 color: #F7DCB4;
	 background: #5C755E;
	 font-family: Arial Rounded MT}

TABLE	{margin-top: 0;
	font-weight: 600;
	 font-size:  12pt;
	 color: #F7DCB4;
	 font-family: Arial Rounded MT}



H1	{font-weight: bold;
	 font-size:  36pt;
	 text-align: center;
	 color: #F7DCB4;
	 background: #5C755E;
	 font-family: Arial Rounded MT Bold}


H2	{font-weight: bold;
	 font-size:  24pt;
	 text-align: center;
	 color: #F7DCB4;
	 background: #5C755E;
	 font-family: Arial Rounded MT Bold}



H3	{font-weight: bold;
	 font-size:  24pt;
	 text-align: left;
	 text-align: top;
	 color: #5C755E;
	 background: #5C755E;
	 font-family: Arial Rounded MT Bold}

H4	{font-weight: 600;
	 font-size:  12pt;
	 font-style: italic;
	 text-align: center;
	 color: #F7DCB4;
	 background: #5C755E;
	 font-family: Arial Rounded MT}

H5	{font-weight: normal;
	 font-size:  24pt;
	 text-align: center;
	 color: #5755E;
	 background: #5C755E;
	 font-family: Arial Rounded MT Bold}




a:link {color: black;
	font: bold 12px Verdana;}
a:visited {color: white;
	font: normal 12px Verdana;}
a:hover {color: blue;
	font: normal 12px Verdana;}
a:active {color: blue;
	font: normal 12px Verdana;}

/*Button*/
a.button:link 
{
  float: left;
  margin: 2px 5px 2px 5px;
  padding: 2px;
  width: 100px;
  border-top: 3px solid #F7DCB4;
  border-bottom: 3px solid black;
  border-left: 3px solid #F7DCB4;
  border-right: 3px solid black;
  background: #745037;
  text-align: center;
  text-decoration: none;
  font: normal 10px Verdana;
  color: #F7DCB4;
}

a.button:visited
{
  float: left;
  margin: 2px 5px 2px 5px;
  padding: 2px;
  width: 100px;
  border-top: 3px solid #F7DCB4;
  border-bottom: 3px solid black;
  border-left: 3px solid #F7DCB4;
  border-right: 3px solid black;
  background: #745037;
  text-align: center;
  text-decoration: none;
  font: normal 10px Verdana;
  color: #F7DCB4;
}

a.button:hover
{
  background: #9C9F84;
}

a.button:active
{
  border-bottom: 1px solid #9C9F84;
  border-top: 1px solid black;
  border-right: 1px solid #9C9F84;
  border-left: 1px solid black;
}
