
/*
 * Updated: 15th May 2009
 */

* {
	font-family:	Helvetica, Arial, Tahoma, sans serif;

	background:	#93909f;
	color:		#dce9f8;
}

*:hover {
}

a {
	text-decoration:	none;
}
a:hover {
	text-decoration:	underline;
}

body {
	margin:	5px;
}

h1 {
	font-size:	28px;
}

p {
	font-size:	12px;
}

#content {
	border-bottom:	1px solid;
}
#content p {
	font-size:	14px;
}

#footer a {
	font-weight:	bold;
}

