/*--------------------------------------------------
# typograph
# */
body {
	margin: 0;
	font-family: Arial, Courier, "Times New Roman";
}
a {
	color: #8d0005;
    text-decoration: underline;
}
a:hover {
    color: #b2b2b2;
}
h1, h2, h3 {
    color: #8d0005;
    font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d1cd;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
	letter-spacing: -1px;
	display: inline;
	margin-left: 10px;
}
small {
    font-size: 0.8em;
}
img{
	border:1px solid #b2b2b2;
	background-color:#e5e3df;
	margin: 0px;
	padding:4px;
}

