

body {
	background-color: #62497d;
	font-size: 10pt;
	font-family: Arial;
	color: #ffffff;
}

p {
	margin: 10px 0 10px 0;
	line-height: 20px;
	font-family: Arial;
}

a,
a:active,
a:visited,
a:link {
	color: #87216d;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}


.header  {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


.header a,
.header a:active,
.header a:visited,
.header a:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}



h1 { 
	padding-left: 0px;
	color: #87216d;
	font-size: 13pt;
	font-family: Arial;
	line-height: 25px;
	margin: 30px 0px 25px 0px;
	border-bottom: 1px solid #87216d;
}

.content {
	color: #393939; 
	width: 500px;
	background-color: #ffffff;
}


.content a, 
.content a:link,
.content a:active,
.content a:visited {
	color: #87216d;
	text-decoration: underline;
	font-weight: bold;
}

.content a:hover {
	font-weight: normal;
	
}


.navi {
	margin: 0px 105px 5px 0px
}

.navi ul {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.navi ul li {
	display:inline;
}

.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited,
.navi ul li a:active {
	padding: 0px 0px 0px 0px;
	color: #87216d;
	font-weight: bold;
	text-decoration: underline;
}

.navi ul li a:hover {
	color: #000000;
}



.footer {
		padding-bottom: 10px;
}

.footer a,
.footer a:active,
.footer a:visited,
.footer a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}




