
/* Style Sheet */
A {color: #0000FF;}
A:link{color: #0000FF;}
A:visited{color: NAVY;}
A:hover{color: white; text-decoration: underline; background-color: blue;}


HTML {font-family: Georgia, Times New Roman, Times, Serif; color: #191970}

BODY {color: #000000; background: black url(bn1.jpg) repeat fixed 0% 0%; }

P {font-size: 12pt; line-height: 125%;}
P.pj {text-align: justify; line-height: 125%; margin-left: 10%; margin-right: 10%;}
P.pr {text-align: right; line-height: 125%; margin-left: 10%; margin-right: 10%;}
P.pc {text-align: center; line-height: 125%; margin-left: 10%; margin-right: 10%;}

H1, H2, H3 {text-align: center}
H4 {text-align: right}

Table{Width: 500px; background-color: white; border: 10px ridge #D3D3D3; }
TR{background-color: #D3D3D3; border: 1px solid gray;}
TD{background-color: #FFFFFF; border: 1px solid black;}
dt {font-size: large;}
dd {font-size: small;}
