body
{
	background-color: white;
	color: black;
	font-family: arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, li, td { font-family: Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 { color: #666; font-size: 14px; }

a:link
{
	color: #969;
	text-decoration: none;
}

a:visited
{
	color: #636;
	text-decoration: underline;
}

a:hover
{
	color: #B18141;
	text-decoration: underline;
}

a:active
{
	color: #969;
	text-decoration: underline;
}

.f
{
	border: #B18141;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
  background-color: #eee;
}

.warn { color: red; }
