body {
	font-family: trebuchet ms;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	color: #7D7D7D;
}

p {
	font-family: trebuchet ms;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #555555;
	padding-left: 5px;
	margin: 0px;
}


h1 {
	height: 20px;
	font-family: century gothic;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 3px;
	color: #737373;
	background-position: left;
	border-bottom: 1px dashed #c4c4c4;
	padding-top: 5px;
	padding-bottom: -10px;
}

h1:first-letter {

	color: #4e4e4e;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}



a:link, a:visited, a:active {
	color:#c59d9d;
	font-size: 9px;
	text-transform: uppercase;
	font-family: georgia; 
	cursor: crosshair;
	text-decoration: none;
	border-bottom: 1px #a580b1 dotted;
}

a:hover {
	color: #9ba0cb;
	cursor: crosshair;
	text-decoration: overline underline;
}

b  {
	font-family: georgia;
	color: #444444;
}

i {
	color: #a8b0b4;
	font-family: georgia;
}

u {
	color: #b8a0ab;
	font-family: verdana;
	bottom-border: 1px dashed #D5C1E3;

}

.image {
	background: #e3e3e3;
	border: 4px solid #e3e3e3;
}