body {
	background-color: snow;
/*	background-image: url(/_img/background.png); */
	margin: 20;
}

a:link {
	color: darkblue;
	text-decoration: none;
}

a:visited {
	color: darkblue;
	text-decoration: none;
}

a:hover {
	color: green;
	background-color: white;
}

a:active {
	color: red
	text-decoration: none;
}

input {
	background-color: snow;
}

input:hover {
	color: green;
	background-color: white;
}

select {
	background-color: snow;
}

select:hover {
	background-color: white;
}


p,div,h1,h2,h3,h4,ul,ol,dl,li,dd,td,th,blockquote,nobr,b,i,form,legend	{ font-family: Courier New,Courier; color: black; }
p,div,ul,ol,dl,li,dd,td,th,blockquote,nobr,b,i,form,legend,pre			{ font-size: 14px; }

.clean	{ font-size: 13px; font-family: Arial,Helvetica,sans-serif; }

small	{ font-size: 11px; font-family: Verdana,Helvetica,sans-serif; }
.small	{ font-size: 11px; font-family: Verdana,Helvetica,sans-serif; }

tt,pre	{ font-family: Courier New,Courier; }
.tt		{ font-family: Courier New,Courier; }

.justify { text-align: justify; }

acronym { border-bottom: 1px dotted; cursor: help; }

fieldset.featuresgroup	{ border: 1px inset white; padding-right: 5px; padding-bottom: 10px; }
.item	{ list-style: disc url(/_img/item_gray.png); padding-bottom: 3px; }