html {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 11px; 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

img { /* needed for firefox */
	border: 0px;
	}
		
a {
	color: #8c3427;
	text-decoration: underline;
	}
	
a:hover {
	color: #8c3427;
	text-decoration: underline;
	}
		
a:visited {
	color: #8c3427;
	}
	
td {
	font-size: 11px;
	line-height: 1.4em;
	text-decoration: none;
	color: #000;
	}
	
i {
	font-size: 11px;
	line-height: 1.2em;
	font-style: italic;
	}
		
b {
	font-weight: bold;
	font-size: 11px;
	line-height: 1.4em;
	font-style: normal;
	color: #000;
	}
		
.info {
	font-size: 13px;
	line-height: 1.4em;
	text-decoration: none;
	color: #000;
	}

.feat {
	font-size: 12px;
	line-height: 1.6em;
	text-decoration: none;
	color: #000;
	}

.sidebar {
	font-size: 11px;
	line-height: 1.4em;
	text-decoration: none;
	color: #F4CB93;
	}

.sidebar a {
	color: #FF8400;
	text-decoration: underline;
	}

.sidebar a:hover {
	color: #FFECD2;
	text-decoration: underline;
	}
	
.archive {
	font-size: 11px;
	line-height: 1.4em;
	text-decoration: none;
	color: #FFD49A;
	}

.archive a {
	color: #FFCB15;
	text-decoration: underline;
	}

.archive a:hover {
	color: #FFECD2;
	text-decoration: underline;
	}

h3 {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	color: #8C3427;
	}

h4 {
	font-weight: bold;
	font-size: 18px;
	font-style: none;
	color: #8C3427;
	margin: 6px;
	}
	
h5 {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
em.date {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #cc3333;
	}
	
em.date2 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFCB15;
	}

.paragraphs p { 
	margin: 0px;
	padding: 2px 0 5px 0;
	line-height: normal;
	}

.paragraphs h3 {
	margin: 15px 0 1px 0;
	}

ul {
	list-style-type: none;
	padding: 0px;
	}

ul li {
	color: #000;
	margin:0;
  	padding:0;
  	}
  	
ol {
	margin-left: 0px;
	padding-left: 30px;
	}
  	
ol li {
	color: #000;
	margin-left: 0px;
	}
	
ul li ul, ol li ol, ol li ul, ul li ol {
	margin-top: 10px !important;
	}
   
  
/* forces the hand cursor on links in Safari */
a:link, a:hover {
	cursor: pointer;
	}
