body {
	font-family: Arial;
	font-size: 14px;
	padding-bottom: 20px;
}
ul {
    margin: 0;
    padding: 0;
}
li {
	list-style-type: none;
	margin-bottom: 5px
}
a {
    color: #000000;
}
h1 {
    font-size: 23px;	
}
h2 {
    font-size: 20px;	
}
hr {
    border: 0;
    border-bottom: 1px solid #000000;
}