A                 { text-decoration:none; text-decoration:underline; }
A:link            { color:#890505; text-decoration:underline; }
A:visited         { color:navy; }
A:active          { color:#890505; }
A:hover           { color:navy; text-decoration:none; }

h1 {
	font-family: georgia, times, times new roman;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	line-height: 24px;
	margin-top: 10px; 
	padding-left: 40px;
	padding-right: 20px;

}

h2 {
	font-family: georgia, times, times new roman;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 22px;
	margin-top: 10px; 
	padding-left: 40px;
	padding-right: 20px;

}

h3 {
	font-family: georgia, times, times new roman;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	margin-top: 10px; 
	padding-left: 40px;
	padding-right: 20px;

}

.main {
	font-family: georgia, times, times new roman;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
	margin-top: 10px; 
	padding-left: 40px;
	padding-right: 20px;

}

.copyright {
	font-family: georgia, times, times new roman;
	font-size: 10px;
	color: #ffffcc;
	font-weight: normal;

}