html {
	background-image: url("background.jpg");
	margin: 0px;
}

body {
	font-size: small;
	background-color: #303030;
	color: #ffffff;
	padding: 20px;
	/*margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5%;
	margin-right: 5%;*/
	margin: 40px 10% 40px 10%;
	border: 20px solid #101010;
}

hr {
	height: 2px;
	background-color: #707070;
	border: none;
}

a:link, a:visited {
	color: #cc6600;
	text-decoration: none;
}

a:hover, a:active {
	color: #cc6600;
	text-decoration: underline;
}

h1 {
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

h2,h3,h4,h5,h6 {
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-top: 2em;
}

p {
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-left: 2em;
}

p.top {
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

p.footer {
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: xx-small;
}

div {
	margin-bottom: 1em;
}


ol, ul {
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 2em;
}
