/*body text to make sure it's all controllable */
body	{font-family:arial,verdana,san-serif;
		font-size:0.9em;
		background-color:#5c3e90;
		color:#000;
		margin-left:180px;
		margin-right:100px;
		}

/* styled heading h1 */
h1		{text-align:left;
		padding-left:10pt;
		}

/* styled heading h4 */
h4		{text-align:center;
		}

/* friggin' nav bar */
#nav	{float:left;
		background-color:olive;
		font-family:verdana, arial, sans-serif;
		width:150px;
		text-align:left;
		margin-right:none;
		padding:12px;
		height:600px;
		}
		
/* content: where the sonnet goes */
#content{margin-left:170px;
		padding:12px;
		background-color: #aabadd;
		list-style-type:none;
		text-align:center;
		width:500px;
		max-width:600px;
		height:600px;
		}
		
/* poem without bullet points */
.nobullets {list-style-type:none;
		}
		
/* copyright text */
.copyright {font-size:0.7em;
		}
		
