body {
	margin: 200px;
	font-size : 12pt;
	line-height : 16pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}
div#navigation {
	width: 100px;
	background: gray;
	padding: 20px;
	text-align : center;
	float : left;
	margin-left : 50px;
}


hr {
	color: #999999;
	background-color: #999999;
	height: 5px
}

h1 {
	color: Black;
	line-height : normal;
}
h2 {
	color: Purple;
	line-height : normal;
	}
h3 {color: purple; }
.dropcap {
	float:left;
	color:purple;
	font-size:100px;
	line-height:80px;
	padding-top:2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
 .firstbigletter {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:purple;
	font-size:56px;
	line-height:90%;
	letter-spacing:-6px;
	font-weight : bold;
}
SMALL {
	font : normal smaller;
}
