/* default.css -- default style sheet for barton.de */
/* last changes: 2002-07-04, alex@barton.de */

BODY
{
	background-color: #e0e0e0;
	color: black;
	font-family: Arial, sans-serif;
}

H1,H2,H3
{
	font-family: Arial, sans-serif;
}

P,TD,TH,LI
{
	font-family: Arial, sans-serif;
}

CITE
{
	font-family: serif;
}

A
{
	text-decoration: none;
}

P A:hover, LI A:hover, SMALL A:hover
{
	background: white;
	color: red;
	text-decoration: underline;
}

/* -eof- */

