body {
	background-color: #AAAAAA;
	font-family: "Verdana CE", Verdana, "Geneva CE", "Arial CE", "Lucida Grande CE", sans-serif;
	font-size: normal;
	color: #000000;
}

#screen {
	margin: auto;
	position: relative;
	top: 30px;
	background-color: #FFFFFF;
	border: 2px solid black;
	width: 720px;
	padding: 25px;
}

#top {
	text-align: center;
	margin-top: 10px;
}

#menu {
	text-align: center;
	background-color: #CCCCCC;
	font-size: 22px;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-size: 18px;
	text-indent: 0px;
	
}

H0 {
	color: red;
	font-size: 120px;
	margin-bottom: 0px;
	font: "Comic Sans MS", Calibri, Arial, Verdana;
}

H1 {
	color: blue;
	font-size: 59px;
	margin-top: -10px;
	margin-bottom: 0px;
	text-align: center;
}

H2 {
	margin-bottom: 0px;
	font-variant: small-caps;
}

p {
	margin: 0px;
}

.small {
	font-size: small;
}

#logo {

}



#menu a, a:link, a:visited, a:active {
	color:black;
	text-decoration: none;
	font-weight: bold;
}

#heel a, a:link, a:visited, a:active {
	color:white;
	text-decoration: none;
}

#menu a:hover  {
	color: white;
	text-decoration: underline;
	background-color: gray;
}

#a, a:link, a:visited, a:active {
	color:black;
}

#partner {
	margin-top: 50px;

	text-align: center;
	font-size: small;

	font-weight: bold;
	color: blue;
}

#partner a {
	text-decoration: underline;
}

#heel {
	position: relative;
	padding: 40px;
	text-align: center;
	font-size: x-small;
}

.item_right {
	float: right;
	width: 48%;
	margin: 10px;
	margin-right: 0px;
	
}

.item_left {
	float: left;
	width: 48%;
	margin: 10px;
	margin-left: 0px;
}

.mid {
	text-align: center;
}
