html, body {
	background-color: #090;
	font-size: 12pt;
	font-family: arial;
	color: #f00;
}

h1{
	margin:20px 40px;
}

ul{
	list-style:none;
	font-size: 14pt;
}

p{
	margin:0 0 0 40px;
}

a{
	color: #f00;
	text-decoration:none;
}

a:hover{
	color: #f80;
	text-decoration:underline;
}
