/* Anchor */
a {
	font-size: 11px;
	color: #7A2525;
	text-decoration: none;
}

a:hover {
	color: #C04B4B;
	text-decoration: underline;
}

/* Header */
h1, h1 span {
	font-family: Times New Roman;
	font-size: 22px;
	font-weight: bold;
	color: Black;
}
h1 {
	margin-top: 15px; margin-bottom: 15px;
	padding-left: 15px; padding-bottom: 15px;
	border-bottom: 1px dashed Silver;
} 
h1 span { color: Gray; }

h2 {
	font-family: Times New Roman;
	font-size: 18px;
	font-style: italic;
	color: Black;
	margin-top: 5px; margin-bottom: 5px;
	padding-left: 25px;
}

h3 {
	font-family: Geneva;
	font-size: 16px;
	text-decoration: underline;
	margin: 10px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	
}

h6 {
	
}

/* Other */
.b { font-weight: bold; }
.i { font-style: italic; }
.t { font-variant: small-caps; }
.u { text-decoration: underline; }
.s { text-decoration: line-through; }
.u { text-transform: uppercase; text-decoration: none; }

hr { border-top: 1px solid Silver; overflow: hidden; }