@charset "utf-8";
body {
	background-color: #2d2b2b;
	background-repeat: repeat;
	margin-top: 0px;
	background-image: url(images/background_tile.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a {
	color: #ef4771;
	font-size: 10px;
}

a:link {
	color: #ef4771;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: #FF9966;
}

a:visited {
	text-decoration: none;
	color: #9f2f4b;
} 

.navigation  {
	line-height: 5px;
}

h1 {
	color: #EF332D;
	font-size: 16px;
	margin: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #EF332D;
	font-size: 14px;
	margin: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #EF332D;
	font-size: 12px;
	margin: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9f2f4b;
}

.bold  {
	font-weight: bold;
}


p {
	color: #c9f1dd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 20px;
	margin-right: 15px;
	line-height: 1.7em;
}
