/* 
 * Main style sheet for www.gesundheitswerkstatt.ch
 * Written by thomas@gerstendoerfer.com
 * $Id: default.css,v 1.2 2001/11/03 17:57:31 thomas Exp $
 */

p, h1, h2, h3, li, dt, dd, td, th {
	font-family: Arial, Helvetica, sans-serif;
}

p, li, dt, dd, h3, td, th {
	font-size: 10pt;
}

h1 { font-size: 12pt; }
h2 { font-size: 11pt; }

.footer {
	font-size: 8pt;
	text-align: center;
}


/* COLORS */

body, p, li, dd, td {
	color: #000000;
}

h1, h2, h3, dt, th, a:link {
	color: #3399cc;
}

a:visited {
	color: #666666;
}

a:hover {
	background-color: #3399cc;
	color: #ffffff;
}

hr {
	color: #33ccff;
}

