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


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

div {
	color:black;
}

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

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

.footnote {
	border-bottom:dotted thin;
}

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

