a:link {
	color: black;
}
a:visited {
	color: black;
}
a:active {
	color: black;
}
a:hover {
	color: blue;
}

body {
	background-color:black;
	color:white;
}

div {
	color:white;
}


.border { 
	border-right: medium solid #ff0000;
	border-color: white;
}

.header {
	border-top: medium solid #fbe399;
	border-bottom: medium solid #fbe399;
}

.footnote {
	border-bottom: dotted thin;
}

a.link:link {
	color:yellow;
}
a.link:visited {
	color:gray;
}
a.link:active {
	color:white;
}
a.link:hover {
	color:blue;
}





