BODY {
	background-color : White;
	font-weight : normal;
	font-variant : normal;
	height : 10;
	letter-spacing : normal;
	line-height : normal;
	font-family : serif;
	color: Black;
	text-align : justify;
	border-left-width : medium;
	border-right-width : medium;
	margin-left : 1cm;
	margin-right : 1cm;
}

.spec {
	background : #00CC00;
	border-color : White;
	color : White;
	font-weight : bolder;
}

.extra {
	background : White;
	border-color :#00CC00;
	color : Black;
	font-weight : bolder;
}

.extratitle {
	background : #3300CC;
	border-color : White;
	color : Black;
	font-weight : bolder;
	color : White;
}

.green {
	color : #3300CC;
	font-weight : bolder;
}

A:VISITED {
	color : #993333;
	text-decoration : underline;
}

 A:HOVER {
	color : #BF7F7F;
	text-decoration : underline;
}

H1 {
	font-size : xx-large;
	text-align : center;
	border-top : thick solid #3300CC;
	margin-left : 10%;
	margin-right : 10%;
	padding-top : 0.5cm;
	padding-bottom : 0.5cm;
	border-bottom : thick solid #3300CC;
	font-family : serif;
}

H2 {
	text-align : left;
	font-size : x-large;
	font-family : serif;
}

.icon {
	margin : 5;
	border : 0;
}

EM {
	font-style : italic;
}


.picture {
	margin : 10px;
}



H3 {
	text-align : left;
	font-family : serif;
	font-size : large;
}




A:LINK {
	color : #FF0000;
	text-decoration : underline;
}






