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

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

IMG { border: 0; }
FIELDSET { padding: 20; margin: 20; }

.red {
	background-color: #00CCFF;
	color: red;
}

/* w3.org Images */
IMG.w3org { background-color: #00CCFE; color: #00CCFF; border: 0; width: 88px; height: 31px }

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

/* Define class small font */
TABLE.small { font-size: small; background-color: #00CCFF; color: blue }

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

/* Font class xx-large */
TD.xx-large, P.xx-large { font-size: 30pt }

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

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

