/* Generic */

body {
	background: #ffffff;
	color: black;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	color: navy;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	text-align: center;
	background : #e0e0e0;
	margin: 0 20% 0 20%;
	padding: 0.5em;
	border: 1px solid #d2d2d2;
}

h2, h2 a {
	color: navy;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	background : #ececec;
	margin: 0 20% 0 20%;
	padding: 0.3em;
	text-decoration : none;
	border: 1px solid #e0e0e0;
}

p {
	margin: 1em 20% 1em 20%;
	background: #ffffff;
	color: black;
	font-family: arial, helvetica, sans-serif;
}

a, a:link, a:active, a:visited {
	color: navy;
	text-decoration: none;
	background: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:hover {
	color: navy;
	text-decoration: underline;
	background: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Classes */

.copyright {
	margin-top: 0.5em;
	color: #bfcbff;
	background: #ffffff;
	font-size: 80%;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}

.copyright a {
	color: #bfcbff;
	background: #ffffff;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
}

.copyright a:hover {
	color: #bfcbff;
	background: #ffffff;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
}