body{margin:0;width:500px;background-color:transparent;}
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #663300;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	line-height: 14px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}

a
{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	color: #663300;
	font-weight: bold;
}

a:hover
{
	background-color: #CCCC99;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}


/* image Styles */

.dropcap {
float:left;
margin 0px;
}

.leftimage {
float:left;
margin-right: 5px;
margin-bottom: 5px;
}

.rightimage {
float:right;
margin-left: 5px;
margin-bottom: 5px;
}

