﻿body {
background-image: url("back.jpg");
background-repeat: repeat;
color: #000000;
margin-left: 5%;
margin-right: 5%;
}

a:link { color: green; background: transparent }
a:visited { color: green; background: transparent }
a:hover { color: red; background: transparent }
a:active { color: red; background: transparent; font-size: 120% }

.Style-1 {
font-family: 'verdana', arial, helvetica, sans-serif;
font-weight: 600;
font-size: small;
color: inherit;
background: inherit;
}

.Style-1-blue {
font-family: 'verdana', arial, helvetica, sans-serif;
font-weight: normal;
font-size: small;
color: navy;
background: inherit;
}

.Style-2 {
font-family: 'verdana', arial, helvetica, sans-serif;
font-weight: bold;
font-size: small;
color: inherit;
background: inherit;
}

.Style-2-blue {
font-family: 'verdana', arial, helvetica, sans-serif;
font-weight: bold;
font-size: small;
color: navy;
background: inherit;
}

.Style-3 {
font-family: 'verdana', arial, helvetica, sans-serif;
font-weight: bold;
font-size: large;
color: inherit;
background: inherit;
}

.Style-3-blue {
font-family: 'verdana', arial, helvetica, sans-serif;
font-weight: bold;
font-size: large;
color: navy;
background: inherit;
}

.Style-4 {
font-family: 'verdana', arial, helvetica, sans-serif;
font-weight: bold;
font-size: x-large;
color: inherit;
background: inherit;
}

.Style-4-blue {
font-family: 'verdana', arial, helvetica, sans-serif;
font-weight: bold;
font-size: x-large;
color: navy;
background: inherit;
}

div.navbar { border-top: solid medium navy }

table
{
border-spacing: 6px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

td
{ text-align: left }
