BODY {
  background: #040f2d;
  background-image:url(images/bgr.jpg);
  background-attachment:fixed;
  margin: 0px;
}

.Navigation {
	font-family: Arial;
	font-size: 12px;
	color: #040f2d;
}
.Navigation a{
	text-decoration: none;
	color: #040f2d;
}
.Navigation a:hover{
	text-decoration: none;
	color: #800000;
}

.footer {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #040f2d;
}

.Title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #040f2d;
}

.Title a{
	color: #040f2d;
	text-decoration: none;
}
.Title a:hover{
	color:#8000000;
}

.Text {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

a {
	text-decoration: none;
	color: #11245c;
}
a:hover {
	color:#8000000;
	
}
