/* CSS Document */

body {
	background-color: #0893a6;
}
a:link, a:visited, a:active {color: #4B1901; text-decoration: none;}

a:hover				{ color: #990000; text-decoration: none; }


.pretext {
	color: #FFDAC1;
	font-style: italic;
}
.title {
	font-size: 54px;
	font-weight: bolder;
	color: FFDAC1;
}
.subtitle {
	color: #E52683;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
}
.text {
	color: #000000;
	font-style: normal;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.subtitle2 {
	color: #0D7A81;
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
}
.text2 {
	color: #40741F;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.Title2 {
	color: #FFDAC1;
	font-style: normal;
	font-size: 54px;
	font-weight: bold;
}
.footer {
	font-size: 14px;
	font-weight: normal;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
}
