/*
CSS for OnyxSlant.com/
*/

body {
	margin: .6in;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 10pt;
	}

h1, h2, h3 {
	font-family: georgia, serif;
	}

h1 {
	font-size: 16pt }

h2 {
	font-size: 11pt }

h3 {
	font-size: 12pt	}
#sidebar h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11pt;
	}		
#footer h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11pt;
	}	
#nav {
	display: none;
	}
#logo {
	display: none;
	}
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	}