body {
    background-color: #ffffff;
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

a {
    color: #ff0000;
	text-decoration: none;
}

li {
	padding: relative;
	list-style-type: none;
	list-style: none;
}

a:hover {
        text-decoration: underline;
    }
            
div#container {
    color: #000000;
    width: 450px;
    position: absolute;
    top: 50%;
	left: 50%;
	margin: -200px 0 0 -225px;
	font-size: 16px;
}