body
{
  	background: #D2B48C url(../bg.png);
}
h1, h2, h3
{
    color:#8B4513;
}
h2, .center{
	text-align:center;
}
.title{
	font-weight:bold;
}
.speaker{
	font-style:italic;
}
.content{
	/*margin-top:-1em;*/	
	margin-left:2em;
	margin-bottom:1.5em;
}
.width 
{
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
    font-style:italic;
    color: #8B4513;
	}
a:hover, a:active, a:visited:hover {
    text-decoration:underline;
    background-color:#8B4513;
    color:#D2B48C;

}
#container{
		background-color: #D2B48C;
		border-color: color:#8B4513;
}/*saddlebrown = #8B4513 
   tan = #D2B48C*/