/* Print stylesheet for www.editors.ca/conference2006     */
/* Prepared by Derek K. Miller (www.penmachine.com) */
/* Last updated 27 February 2006                    */

/* -- Basic HTML Elements -- */
a:link {
	font-weight: bold;
	color: #FF6625;
	text-decoration: none;
	}
a:visited {
	color: #D63700;text-decoration: none;
	}
a:hover {
	color: #FF911C;
	text-decoration: underline;
	}
body {
	color: #000;
	background: #E6EBF6;
	font: 80% Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 6px 0;
	}
h1 {
	color: #2F598E;
	font: bold 1.45em "Lucida Sans", "Lucida Sans Unicode", "Helvetica", Arial, sans-serif;
	letter-spacing: -1px;
	}
h2 {
	color: #2F598E;
	font: bold 1.3em "Lucida Sans", "Lucida Sans Unicode", "Helvetica", Arial, sans-serif;
	}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	}
h4 {
	font-weight: bold;
	font-size: 1.1em;
	}
p {
	font-size: 1em;
	}
img {
	border: 0;
	}
form {
	margin: 0;
	}
table {
	border: 0;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	}
address {
	padding: 10px 2px;
	background: #0091d3;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
#powered-by {
	margin: 10px auto 20px auto;
	}

/* News feed XML buttons */
.feedButton {
    border: 1px solid;
    border-color: #FC9 #630 #330 #F96;
    padding: 0 3px;
    font-size: 0.8em;
    font-weight: bold;
    font-family: verdana, sans-serif;
    color: #fff;
    background: #F60;
    text-decoration: none;
    margin: 0;}