body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 80%;
   margin-left: 0px;
   margin-top: 0px;
}

a:link {
   color: teal;
   text-decoration: underline;
}

a:active {
   color: teal;
   text-decoration: underline;
}

a:hover {
   color: darkblue;
   text-decoration: none;
}

a:visited {
   color: darkblue;
   text-decoration: underline;
}

table.main {
  background-color: #FFFFFF;
}

h1 {
   font-size: 165%;
   margin-bottom: 5px;
}

h2 {
   font-size: 130%;
}

span.date {
  color: #005580;
  size: 90%;
}

span.copyright {
  color: #006699;
  size: 90%;
}

.contact-box {
   text-align: center;
   font-size: 90%;
   border-top: 1px solid #AFAFAF;
   margin-top: 20px;
}

.align-right {
   text-align: right;
}

.align-center{
   text-align: center;
}

address {
font-weight:bold;
text-align:center;
}

address a.get_vcard {
display:inline;
}
address a,
address span {
display:block;
}
address span abbr,
address span span {
display:inline;
}
.style1 {color: #0099CC}
}
.style2 {color: #09B995}
.style3 {color: #CC0000}
.style4 {color: #FF0000}
.style5 {color: #0000ff}
.style6 {
	font-size: 70%;
	font-style: italic;
