/* CSS Document */

/* -------------------------------------- */
/* global */
/* -------------------------------------- */

body {
	font-family: Verdana, "Arial", Helvetica, sans-serif;
	background-color: #211a1a;
}


p {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #E6D8D8;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

h1 {
	font-size: 12px;
	font-weight: Bold;
	line-height: 18px;
	color: #A02828;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

a {
	font-size: 10px;
	color: #E6D8D8;
	border-bottom: dotted 1px #878787;
	text-decoration: none;
}
.clickedOn {
	font-size: 10px;
	color: #A02828;
	border-bottom: dotted 1px #878787;
	text-decoration: none;
}
a:hover { 
	color: #A02828;
	border-bottom: solid 1px #A02828;
	text-decoration: none; 
}
