/* ruth */
body    {
	 color: black;
	 background: white;
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 font-variant: normal;
       	 font-size: 11px;
	}
a:link 
       	{
       	 border: white outset 0px;
       	 background-color: white;
       	 color: #669900; /* dark green */
       	 text-decoration:none;
       	 padding: 5px
       	}
a:hover {
       	 border: white inset 0px;
       	 background-color: #ccff99; /* pale green */
       	 text-decoration:underline;
       	 }
a:visited 
       	{
       	 border: green outset 0px;
       	 background-color:white;
       	 color: green;
       	 text-decoration:none;
       	 padding:5px
       	}
h1     	 { 
       	 font-weight: normal;
       	 font-size: 32px;
       	 line-height: 120%;
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 font-variant: normal;
       	 font-style: normal;
       	}
h2     	{ 
       	 font-weight: normal;
       	 font-size: 22px;
       	 line-height: 120%;
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 font-variant: normal;
       	 font-style: normal;
       	}
h3     	{ 
       	 font-weight: bold;
       	 font-size: 18px;
       	 line-height: 120%;
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 font-variant: normal;
       	 font-style: italic;
       	}
h4     	{ 
       	 font-weight: bold;
       	 font-size: 16px;
       	 line-height: 120%;
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 font-variant: normal;
       	 font-style: normal;
       	}
h6     	{ 
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 line-height: 120%;
       	}
h6.navigation { 
       	 font-style: italic; 
       	 font-size: 11px;
       	}
h6.text { 
       	 font-style: italic; 
       	 font-size: 8px;
       	}
h6.caption { 
       	 font-style: italic; 
       	 font-size: 10px;
	}
TABLE TD {
	margin: 10px;
	padding: 10px;
	border: 10px;
	font-size: 11px;
}
