BODY,TD,TH {
	font-family: times new roman,serif;
	font-size: small;
	color: #000000;
}
P {
	font-family: times new roman,serif;
	font-size: small;
	color: #000000;
}

H1 {
	background-color: #FFFFFF;
	font-family: times new roman,serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
	color: black;
}
H2 {
	background-color: #EEEEEE;
	font-family: times new roman,serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
	color: black;
}
H3 {
	font-family: times new roman,serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: black;
}


A {
	color: black;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}

INPUT.mono {
	font-family: monospace;
	font-size: small;
}

.sizeXS { font-size: small; }
.sizeS { font-size: x-small; }
.sizeN { font-size: medium; }
.sizeL { font-size: large; }
.sizeXL { font-size: x-large; }

.grey {
	color: #999999;
}
.red {
	color: #990000;
}
.white {
	color: #FFFFFF;
}
.attention {
	color: #990000;
	font-weight: bold;
}


