body
	{background: #d9b58d ;
	font-family:Arial,Verdanasans-serif;
	}
h1
	{color : white;
	font-size : 300%;
	text-align : center;
	}
h2
	{color : white;
	font-size : 200%;
	text-align : center;
	}
h3
	{color : black;
	font-size : 150%;
	text-align : left;
	}
h4
	{color : grey;
	font-size : 120%;
	text-align : left;
	}
ul
	{color:gray;
	list-style-type : disc;
	}
.a {
	float:right;
	}
.b {
	float:left;
	}
.c {color : white;
	font-size : 150%;
	}
a
	{color:black;
	}
a:hover
	{color:white;
	background:gray;
	}
div
	{border-style : solid;
	border-width : 2px;
	border-color : black;
	margin:10px;
	padding:5px;
	}
.diff
	{display:block;
	font-weight : bold;
	text-align : right;
	width:100%;
	}
#logo{
	display:block;
	margin:auto;
	text-align:center;
