a
{
	font-family: Charcoal, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: navy;
	text-decoration: underline;
}
a:hover
{
	background: #ffcc33;
	border-top: thin dashed #000000;
	border-bottom: thin dashed #000000;
	text-decoration: none;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-image: url(images/bg_johnie-intro.jpg);
    background-position: 0px 0px;
    background-color: White;
    background-repeat: repeat-y;
    background-attachment: fixed;
    table-layout: fixed;
}
.caption
{
	font-family: "Abadi MT Condensed Light", Helvetica, Arial, sans-serif;
	font-size: 20px;
	background-color: #483D8B;
	color: #E6E6FA;
}
#imageborder
{
	border: 2px ridge #E0FFFF;
	background-color: #00008B;
}
th
{
	border: 2px ridge #449944;
}

