﻿body 
{
	font-family: Arial;
}

.Caption
{
    font-weight: bold;
}

.Copyright
{
    font-size: small;
    color: white;
}

.Heading
{
    font-size: xx-large;
}

a.Links:link {
	color: #000000;
	text-decoration: none;
}
a.Links:visited {
	text-decoration: none;
	color: #000000;
}
a.Links:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.Links:active {
	text-decoration: none;
	color: #000000;
}