﻿body,td,th {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

body {
background: url(.jpg);
background-position: center; 
background-repeat: no-repeat;
background-attachment: fixed;
margin-left: 0px;
margin-top: 10px;
}

p {
font-size: 12px;
font-family: Arial, "Times New Roman", Times, serif;
}

h1 {
font-size: 12px;
color: #000000;
background-color: #95a6c2;
padding: 2px;
}

h2 {font-size: 16px;
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
background-color: #d2d8e6;
}

h3 {font-size: 14px;
color: #999999;}

h4 {font-size: 16px;
color: #999999;
font-style: italic;
}

h5 {font-size: 26px;
color: #000000;
font-weight: bold;
}

a {
font-family: Arial, "Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
font-weight: bold;
padding: 2px;
}

a:link {
text-decoration: none;
color: #000000;
}

a:visited {
text-decoration: none;	
color: #999999;
}

a:hover {
text-decoration: none;
color: #F5F5DC;
background-color: #CCCCCC;
border: dotted thin gray; 
}

a:active {
text-decoration: none;
color: #000000;
}

ul {
list-style-position: inside;
padding-left:0px;
margin-left: 0px;
}

li {
list-style-type: square;
background-color: #e3e6ed;
padding: 4px;}

table {
border: solid thin grey;
padding:0px
color: transparent;
}