/* Default WordPress by Dave Shea || http://mezzoblue.com
	Modifications by Matthew Mullenweg || http://photomatt.net
	This is just a basic layout, with only the bare minimum defined.
	Please tweak this and make it your own. :)
*/



/* This is like the template in bblog and is where you add margins and
such on the page like a frame around the page  color is the font color
for the main text*/
body {
	background: #ffffff;
	border-bottom: solid 1px #000080;
	border-top: solid 1px #000080;
	border-right: solid 1px #000080;
	border-left: solid 1px #000080;
	color: #000000;
	font-family: 'arial';
	letter-spacing: .01em;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 0px;
}

blockquote {
        border-left: 0px solid #ccc;
        margin-left: 1em;
        padding-left: 5px;
}


h1 {

        font: 20px trebuchet, sans-serif;
	font-weight: bold;
	line-height: 30px;
        letter-spacing: 0.14em;
        padding-top: 5px;
}




h2 {

        font: 16px trebuchet, sans-serif;
        font-weight: bold;
        letter-spacing: 0.13em;
        padding-top: 10px;
}


h3 {
        font: 14px arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0.2em;
        padding-top: 10px;
}

}













