/* CSS Document */
body {
background-color: #333333;
font-family: Times New Roman; 
color: #333333;
}
H1 {
color: #333333;
font-family: Times New Roman;
font-size: 20pt;
font-weight: bolder;
text-align: center;
line-height: 150%;
}
H2 {
color: #333333;
font-family: Times New Roman;
font-size: 15pt;
font-weight: bold;
text-align: center;
}
H3 {
color: #333333;
font-family: Times New Roman;
font-size: 12pt;
font-weight: bold;
text-align: center;
}
H4 {
color: #333333;
font-family: Times New Roman;
font-size: 12pt;
text-align: justify;
}
H5 {
color: #333333;
font-family: Times New Roman;
font-size: 12pt;
text-align: right;
}
H6 {
color: #333333;
font-family: Times New Roman;
font-size: 12pt;
font-weight: bold;
text-align: center;
}
H7 {
color: #333333;
font-family: Times New Roman;
font-size: 15pt;
font-weight: bold;
text-align: left;
}
a:link {color: #FFFFFF; TEXT-DECORATION: none}
a:visited {color: #FFFFFF; TEXT-DECORATION: none}
a:active {color: #FFFFFF; TEXT-DECORATION: none}
a {  font-family: Times New Roman; font-size: 12pt;}
a:hover {  color: #666666; text-decoration: none;}