body {
background-color: black;
}


h1 {
    font-family: Verdana, sans-serif;
    font-size: 48px;
    text-align: center;
    color: #ffffff;	
}

p {
    font-family: Tahoma, sans-serif;	
	font-size: 28px;
	color: #ffffff;	
}

li {
    font-family: Tahoma, sans-serif;
    list-style-type: square;
}