body {
	text-align: justify;
	}
body,td {
	font-family: georgia;
	font-size: 13px;
	line-height:16px;
	}

a {
	color: #D3448B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D3448B;
	text-decoration: underline;
}

.purple {
	color: #AB37E7;
	}
.rose {
	color: #D3448B;
}
.picborder { border: 1px solid #000000;
	margin: 5px 15px 15px 15px; }
hr {	
	color: #AB37E7;
	background-color: #AB37E7;
	height: 1px;
	border: none;
	}
.small {
	font-size: 11px;
	line-height:14px;
	}
h1 {
	line-height:28px;
	}
h2 {
	line-height:22px;
	}
.footer {
	font-size: 11px;
	line-height:14px;
	padding-top:15px;
	color: #AB37E7;
	text-align: center;
	}