@charset "UTF-8";
/* CSS Document */

h1 {
	font-style: italic;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2D061C;
	text-decoration: none;
}

p	{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #2D061C;
}

body {
	background-color: #330000;
}
a:link {
	color: #2D061C;
	text-decoration: none;
}
a:visited {
	color: #2D061C;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

h6	{
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

.stylea:link {
	color: #ffffff;
	text-decoration: none;
}