body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px; 
}

p.backlink, a.backlink {
	font-size: 18px;
	font-weight: bold;
}

a.leftlink {
	display: block;
	width: 150px;
	float: left;
}

a.rightlink {
	display: block;
	width: 150px;
	float: right;
}

a.centerlink {
	display: block;
	width: 170px;
	float: center;
}

h1 {
    padding: 0; 
    font-size: 24px; 
    font-family: Times New Roman, Times, serif;
    margin: 0;
}

h3 {
    font-family: Arial, serif; 
    font-size: 13px; 
    margin: 0;
    padding: 0;
}

.left {
    text-align: left;
}

/* Quick Edits
-------------------------------*/
	 
#sidebar a {
	color: #00c;
	}
	
#sidebar a:hover, #sidebar a.active {
	color: #fff;
	}
	
a:link, a:visited { 
	text-decoration: underline;
	color: #00f }

a:hover { 
	text-decoration: none }
	
	
/* Sidebar
-------------------------------*/
	
#sidebar ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}

#sidebar a {
	text-decoration: none;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin:0;
	padding:0;
	}
	
#sidebar li {
	margin: 0px;
    margin-bottom: 14px;
    line-height: 16px;
	}
	
#sidebar li a {
	font-size: 18px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	}

#sidebar a:hover {
	width: 100%;
	}
  
.zero-border {
    border: 0;
} 
