﻿body
{
    font-family: "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background-color:#9a191b;
    height:100%;
}
.imageCol
{
    width: 148px;
}
h1
{
    font-size:24pt;
    font-weight:normal;
    color:#9a191b;
}
div
{
    color:#6b6b6b;
}
#outerDiv
{
    height:100%;
    background-color:Blue;
}
#borderDiv
{
    background-color:white;
    width:570px;
    border:solid 2px #6b6b6b;
    margin-top:50px;
}
table
{
    padding-bottom:20px;
}
a
{
	font-style: normal;
	text-decoration: underline;
}

a:link, a:visited 
{
	color: #9a191b;
}
a:hover 
{
	color: #6b6b6b;
}
