html, body {
	background-color: #033275;
	color: #ffffff;
}

a {
	color: #ffff00;
}

h1 a, h2 a {
	border-bottom:1px dotted white;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color:white;
}

hr {
	color:white;
	border:1px solid white;
}

.navitem.active:before {
	color:#FFFF00;
}

.contactform .input, .contactform .send {
	color:black;
	background-color:#eeeeee;
}

.contactform .send:hover { 
	background-color:#cccccc;
}

.pager .active.page, .pager .active.page:hover {
	background-color:rgba(255,255,255,0.2);
}

.pager .page:hover {
	background-color:rgba(255,255,255,0.1);
}

table.pattern1 tr:nth-child(2n+2) {
	background-color:rgba(255,255,255,0.1);
}

p.definition:target::before,
.section:target::before
{
	border-color: #ffff00; 
}