@import url("hacks.css");
@import url("layout.css");
@import url("rollover.css");
@import url("lightbox.css");

body {
	background-color	: #e5eaef;
	font-family		: verdana, arial, sans-serif;
	color			: #5c5c5c;
	line-height		: 19px; 
	font-size		: 75%;
	margin			: 0px;
}

a {
	color			: #0a4284;
	text-decoration		: none;
}

h1 {
	font-size 		: 1.5em;
	color			: #eb002c;
	margin-top		: 24px;
}

h2 {
	font-size		: 1.5em;
	color			: #eb002c;
	margin-top		: 24px;
}

img {
	border			: none;
}

li {
	margin-left		: -10px;
}
