BODY {
	color : #00008B;
	background-color : White;
	
	font-size : small;
	text-align : left;
	font-family : Arial, sans-serif;
	margin-left : 5%;
	margin-right : 5%;
	margin-top : 5%;
	margin-bottom : 5%;
}

h1 {
	background-color : #E1FFFF;
	font-size : x-large;
	font-style : normal;
	font-weight : bolder;
	text-align : center;
	padding-bottom : 14px;
	padding-top : 14px;
	border : thin groove #EDEDED;
}

h2 {
	font-size : large;
	font-style : normal;
	font-weight : bolder;
	background-color : #E8E8FF;
	padding-top : 3px;
	padding-bottom : 3px;
	text-indent : 8px;
}

h3 {
	font-size : medium;
	font-style : normal;
	font-weight : bold;
}

li {
	list-style-type : disc;
	list-style-image : url(graphics/Ball_blu.gif);
	margin-left : 10%;
}

pre {
	font-size : smaller;
	text-indent : 16px;
}

h6 {
	font-size : smaller;
	background-color : #DDF7FF;
	font-style : normal;
	padding-left : 33%;
	font-weight : normal;
	padding-top : 3px;
	padding-bottom : 3px;
}




A {
	color : Navy;
	font-style : normal;
	font-variant : normal;
	text-decoration : none;
}

A:HOVER {
	color : Blue;
	background-color : Aqua;
}