a:link {
	background : #EEEEEE;
	border : none;
	color : #0000FF;
	text-decoration : none;
}

a:visited {
	background : #DDDDDD;
	border : none;
	color : #FF0000;
	text-decoration : none;
}

a:hover {
	background : #CCFFCC;
	border : none;
	color : #008000;
	text-decoration : underline;
}

a:active {
	background : #CCFFCC;
	border : none;
	color : #000000;
}

body {
	background-color : #CCCCCC;
	color : #000000;
	text-align : center;
}

div.c {
	text-align : center;
}

div.main {
	background-color : #CCCCCC;
	color : #000000;
	margin-left : auto;
	margin-right : auto;
	padding : 10px;
	text-align : left;
	width : 90%;
}

h1, h2 {
	color : #000077;
	text-align : center;
}

li {
	margin : 0 0 10px 0;
}
