<!--

/*
**	Copyright: SHG Endometriose Zürich, 2002/2007 - all rights reserved
**	Author: Nils, Wilco GmbH
**	SHG Endometriose Zürich - Style Sheet Dark Blue
*/

/* Make everything sans-serif & light-blue */
A, H1, TABLE, TD, P, BODY {
	font-family: Arial, Helvetica, Sans-serif;
	background-color: blue;
	color: #00CCFF }

IMG { border: 0; }

/* Font class xx-small */
P.xx-small { font-size: xx-small }

/* Define class small font */
TABLE.small { font-size: small }

/* Define class large font */
TD.large { font-size: 20pt }

/* Font class xx-large */
TD.xx-large, P.xx-large {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 30pt
}

/* Links are blue */
A:link, A:active, A:visited {
	background-color: blue;
	color: #00CCFF;
	text-decoration: none; }
A:hover {
	color: white;
	background-color: blue;
	text-decoration: underline; }

/* Important Links are red */
A.red:link, A.red:active, A.red:visited {
	background-color: blue;
	color: red;
	text-decoration: none; }

/* Italic headers */
/* H1 { font-style: italic } */

-->


