/* @override http://steveakash.com/ce.css */

a:link, a:visited { text-decoration: none; color: #ff2414; }
a:hover { text-decoration: underline;
	color: #7c20b2;
}

#ce-table {
	border: 1px solid silver;
}

hr {
	background-color: silver;
	height: 0;
	border-top: 1px solid silver;
}

body {
	color: gray;
	font: 19px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	font-size: 22px;
	color: #8bbefc;
}

h2 {
	font: 19px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #8bbefc;
}