<!-- /* Style Sheet definitions need to be commented to hide them from incompatible Browsers.*/
/* style name=".center"*/
.center {
text-align: center;
}
/* style name=".right"*/
.right {
text-align : right;
}
/* style name=".strong"*/
.strong {
font-weight : bold;
}
/* style name=".italic"*/
.italic {
font-style : italic;
}
/* style name="A"*/
A:link {
color: #000099;
;
 }
A:hover {
color: #000099;
;
 }
A:active {
color: #000099;
;
 }
A:visited {
color : #009999;
;
 }
/* style name="body"*/
body {
background : url(bg/wall01.jpg) #ffffc6 repeat;
}
/* style name="EM"*/
EM {
font-style : Italic;
}
/* style name="H1 to H6"*/
H1, H2, H3, H4, H5, H6 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
color: #000099;
text-align : Center;
}
/* style name="H1"*/
H1 {
font-size : 36pt;
}
/* style name="H2"*/
H2 {
font-size : 24pt;
}
/* style name="H3"*/
H3 {
font-size : 16pt;
}
/* style name="H4"*/
H4 {
font-size : 12pt;
}
/* style name="H5"*/
H5 {
font-size : 10pt;
}
/* style name="LI"*/
LI {
font-family : "Verdana", "Arial", "Times New Roman";
font-size : 8pt;
font-weight : bold;
color : #000099;
}
/* style name="P"*/
P {
font-family : "Verdana", "Arial", "Times New Roman";
font-size : 10pt;
color : #000099;
}
/* style name="P.strong STRONG"*/
P.strong STRONG {
font-weight : normal;
}
/* style name="P.italic EM"*/
P.italic EM {
font-style : normal;
}
/* style name="STRONG"*/
STRONG {
font-weight : Bold;
}
/* End Style Sheet commenting. */  -->
