html {

   font-family: Trebuchet MS;

}





a, a:link {

	color: #5d5f64;

	-webkit-transition: all 0.2s linear;

}



	a:hover {

		color: #abc;	

	}





.main {

    width: 600px;

    height: 100%;

    margin-left: auto;

    margin-right: auto;

}





.header {

    margin: 10px 0em 6em 0em;

    text-align: center;

}





.left {
    float: left;
    text-align: left;
    margin-left: 5px;
}


.right {
    float: right;
    text-align: right;
    margin-right: 5px;
}





.footer {

    position: relative;
    clear: both;
    bottom: 0px;
    width: 600px;
    text-align: center;
	   margin-left: auto;
    margin-right: auto;
	 font-size: 0.7em;
}





p.subject {

font-family: Trebuchet MS;
background-color: #fff;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: justify;
letter-spacing: 0;
line-height: 1.0em;
font-size: 0.9em;
}



.refs {

    font-family: Trebuchet MS;

background-color: #fff;

color: #444;

text-decoration: none;

word-spacing: normal;

text-align: justify;

letter-spacing: 0;

line-height: 1.2em;

font-size: 0.7em;

}

.marcus {
	float: left;
	padding-right: 10px;
}
