/*
    
    CSS originally stolen from http://analog.coop/ and adopted for my own usage. Their page is
    way more elegant than anything I could have ever made. I'm no designer :-)
    
*/

a:link,
a:visited{
    color: #5a3232;
    border-bottom: 1px solid #fff;
    padding: 0 2px;
    text-decoration: none;
}
a:focus,
a:hover,
a:active{
    color: #be3c14;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}


body{
    width: 700px;
	margin-left: auto;
	margin-right: auto;
    font-size: 1em;
    line-height: 1.5;
    font-family: 'American Typewriter', Georgia, sans-serif;
    background: #d8dcce;
    color: #321e1e;
}
    html>body{
    font-size: 16px;
}

/*
text =t
----------------------------------------*/

/* headings =h */


h1{
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #921e1e;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.133em;
    text-transform: uppercase;
}

h2{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #be3c14;
    margin-bottom: 10px;
    letter-spacing: 0.133em;
    /*text-transform: uppercase;*/
}


#meme {
    float: right;
    margin: 10px 20px 24px 10px;
    overflow: hidden;
    border: 1px solid #000;
}

h2, h3, p, li{
    font-weight: 400;
    text-shadow: #f8fcee 0 1px 1px;
}

p{
    margin-bottom: 24px;
}


dl.table-display
{
	float: left;
	width: 620px;
/*  margin: 1em 0;*/
/*  padding: 0;*/
/*  border-bottom: 1px solid #999;*/
}

.table-display dt
{
	clear: left;
	float: left;
	width: 200px;
	margin: 0;
	padding: 5px;
/*  border-top: 1px solid #999;*/
/*  font-weight: bold;*/
}

.table-display dd
{
	float: left;
	width: 400px;
	margin: 0;
	padding: 5px;
/*  border-top: 1px solid #999;*/
}


