body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #566a6d;
	letter-spacing: normal;
	word-spacing: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

strong {
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color: #0090ff;
	letter-spacing: 1px;
	font-family: Georgia, Geneva, Arial, sans-serif;
}

em {
	font-weight: em;
	font-size: 9px;
	text-transform: none;
	letter-spacing: 1px;
	color: #85a6a6;
	font-family: Georgia, Times New Roman, Times, serif;
}


h1 {
	margin: 10px;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
	font-variant: none;
	text-transform: lowercase;
	letter-spacing: 6px;
	color: #433598;

}


h2 {
	margin: 30px;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: none;
	text-transform: lowercase;
	letter-spacing: 7px;
	color: #000000;	
	border-bottom: 1px #cecece dashed;

}

h3 {
	margin: 10px;
	text-align: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: none;
	text-transform: lowercase;
	letter-spacing: 7px;
	color: #ff707d;	
	border-bottom: 1px #cecece dashed;

}

A {
	font-weight: bold;
	font-size: 9px;
	color: #00d4e1;
	font-family: Geneva, Arial, sans-serif;
	font-variant: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;

}
a:link {
	color: #00d4e1;
	
}
a:visited {
	color: #05ccca;
}
a:hover {
	color: #00b99d;
	border-bottom: #eeeeee dashed 1px;
}