H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
a:hover{
	color:#0000FF;
	font-size: small;
}

body {
	background-color:#333333;
	font-size: medium;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.picture {
	font-family: Arial, Helvetica, sans-serif;
	ffont-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: small;
}
a {
	font-size: small;
}

html {
    overflow: scroll;
} 