  body {
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
    color: #000000;
    font-family: Georgia, "Times New Roman",
          Times, serif; 
}
table {
   margin-left:auto;
   margin-right:auto;
   margin-top: 0;
   margin-bottom: 0;
}
.tdborder { border: solid blue }
.bold { font-weight: bold }
  h1 {
FONT-WEIGHT: bold;
text-align: center;
font-size: 30px }
  h2 {
FONT-WEIGHT: bold;
text-align: center;
font-size: 25px }
h3 
{
FONT-WEIGHT: bold;
text-align: center;
font-size: 20px }
h4 
{
FONT-WEIGHT: bold;
text-align: center;
font-size: 15px }
h5 
{ 
padding: 0px;
FONT-WEIGHT: bold;
text-align: center;
font-size: 12px }
h6 
{
FONT-WEIGHT: normal;
text-align: center;
font-size: 9px }
p { 
FONT-WEIGHT: normal;
text-align: left;
font-size: 12px }
p.bold {
FONT-WEIGHT: bold;}
hr {color: #000000 }
.right {text-align: right }
.center {text-align: center } 
.left {text-align: left } 
.white {color: white }
.red {color: red }
.blue {color: blue }
.green {color: green }
.purple {color: purple }
.yellow {color: yellow }
.orange {color: orange }
.pink {color: pink }
.uppercase {text-transform: uppercase}
.lowercase {text-transform: lowercase}
.capitalize {text-transform: capitalize}


A:visited {
	COLOR: #802CFF; TEXT-DECORATION: underline
}
A:link {
	COLOR: #2C31FF; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #719FFE; TEXT-DECORATION: underline
}
A:active {
	COLOR: #2C31FF; TEXT-DECORATION: underline
}



