body {background: #C00;}

a {text-decoration: none;}

a:link {color: #A00;}

a:visited {color: #E00;}

a:active {color: #E00;}

a:hover {color: #D00; background-color: #D00;}

ul {font: x-large "Courier New", Courier, mono;}

li {list-style: none;}

h2 {
	font: large "Courier New", Courier, mono;
	color: #E00;
}

#main {
	margin-left: 170px;
	margin-top: 80px;
}

.entry {
	font: large "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #06F;
}