
body{background-color: white}

img.floatleft 
{
float: left;
margin: 4px;
}
td.tabs 
{
width: 7%;
border-right-color: blue;
border-right-width: 1px;
border-right-style: solid;
text-align: center;
}
 .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

font.links 
{
font-family: arial;
font-size: 14px;
font-weight: normal;
}

h1 
{
font-family: arial;
font-size: 20px;
font-weight: normal;
text-align: center;
color: blue;
}
h5{
font-family: arial;
font-size: 16px;
font-weight: normal;
text-align: center;
color: green;
}

p.normal 
{
font-family: arial;
font-size: 16px;
font-weight: normal;
text-align: left;
color: black;
}

p.bold 
{
font-family: arial;
font-size: 16px;
font-weight: bold;
text-align: left;
color: black;
}

p.bold-center 
{
font-family: arial;
font-size: 16px;
font-weight: bold;
text-align: center;
color: black;
}

table.center 
{
width: 100%;
margin-right: auto;
margin-left: auto;
border-color: blue;
border-width: 2px;
border-style: solid;
}

a:hover 
{
cursor: crosshair;
color: red;
background-color: white;
text-decoration: underline;
}