body
{
	font-family : Verdana, Sans-Serif;
	font-size	: 12px;
	color		: #999999;
}

div#page
{
	position 	: relative;
	width 		: 800px;
	margin		: 0 auto;
	border 		: solid 2px black;
}

h1
{
	font-size		: 1.3em;
	font-weight		: bold;
	font-family		: Georgia, Serif;
	padding 		: 5px;
	margin  		: 0 0 1em 0;
	border-bottom 	: solid 2px black;
}

li:last-child
{
	color : blue;
}

li:first-child
{
	color : red;
}

li:nth-child(2)
{
	font-style : italic;
}

li:nth-child(even)
{
	font-weight : bold;
}