.title {
 font-weight: bold;
 font-size: 16pt;
 font-family: Verdana, Arial, sans-serif;
 background: #182963;
 color:#ffffcc;
}
 
body {
 margin: 0px;
 font-weight: normal;
 font-size: 12pt; 
 font-family: Cursive;
 color: #0000FF;
 background-color: #660000;
}
 
A:link {
text-decoration: none;
color: white;
}

A:visited {
text-decoration: none; 
color: #999999;
}

A:active {
text-decoration: none;
}

A:hover {
text-decoration: underline overline; 
color: red;
}
 
 
h1 {
 font-weight: bold;
 font-size: 26pt;
 font-family: Cursive;
 color: #999999;
}
 
h2 {
 font-weight: bold;
 font-size: 24pt;
 font-family: Cursive;
 color: #999999;
}
 
h3 {
 font-weight: bold;
 font-size: 20pt;
 font-family: Cursive;
 color: #999999;
}

h4 {
 font-weight: bold;
 font-size: 16pt;
 font-family: Cursive;
 color: #999999;
}

h5 {
 font-weight: bold;
 font-size: 14pt;
 font-family: Cursive;
 color: #999999;
}

h6 {
 font-weight: bold;
 font-size: 12pt;
 font-family: Cursive;
 color: #999999;
}
 
 
p {
 font-size: 12pt;
 font-family: Cursive;
 color: #CCFF00;
}
 
.text {
 font-weight: bold;
 font-size: 12pt;
 font-family: Cursive;
}

td {
 font-size: 12pt;
 font-family: Cursive;
 color: #000000;
}

tr {
 font-size: 12pt;
 font-family: Cursive;
 color: #000000;
}

th {
color: #000000;
}

img {border: 1px;
border-color: black;
background: #000000;
color: #000000;
padding: 3px;
}


.data {    
color: #000000;    
text-align: right;    
background-color: #000000;
}