/* to make files readable off servere navigate to folder 
 cd Volumes/biology/courses/BIO431S05_2016/papers
 and type   chmod a+r *.pdf */
/*-----------------------------------------------------------*/
/* The BODY tag defines styles that apply to the entire page */
/*-----------------------------------------------------------*/
body {
	margin: 0; /* Don't change this */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

/*-----------------------------------*/
/* The header at the top of the page */
/*-----------------------------------*/
#header {
	background-color: #339;
	color: #FF0;
	padding: 15px;
}
#header h1 {
	font-size: 1.5em;
	
	margin: 0;
	display: inline; /* Don't change this */
}
#header h2 {
	font-size: 1.2em;
	
	margin: 0 0 0 15px;
	display: inline; /* Don't change this */
}

/*--------------------------------*/
/* The navogation bar on the left */
/*--------------------------------*/
#navigation ul {
	list-style: none; /* Don't change this */
	padding: 0; /* Don't change this */
	margin: 0; /* Don't change this */
}
#navigation li {
	padding: 0; /* Don't change this */
	margin: 0; /* Don't change this */
	}
#navigation li a {
	color: #333333;
	text-decoration: none;
	text-align: right;
	display: block; /* Don't change this */
	padding: 6px 15px;
	border-bottom: 1px dashed #999999;
}
#navigation li a:hover {
	background-color: #e5e5e5;
}

/*----------------------------------------*/
/* The main content area of the the page. */
/*----------------------------------------*/
#content {
	padding: 15px 15px 50px 15px; /* Don't change this */
	border-left: 1px solid #999999;
}
#content h1, #content h2 {
	color: #339; /* Change this to change the text color. */
	max-width: 600px;
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 20px;
}
#content h3, contenth4 {
	color: #666666; /* Change this to change the text color. */
	font-size: 1.3em;
	max-width: 600px;
}
#content h5 {
	color: #339; /* Change this to change the text color. */
	font-size: 1.3em;
	max-width: 600px;
}
#content p {
	max-width: 600px
}
#content p1 {
	max-width: 600px;
	color: #660066;
}
#content porange {
	color: #F60;
}
.orange {
	color: #F60;
}
.topic2 {
	color: #396;
}
.topic3 {
	color: #F00;
}
