BODY {
background-color : #FFFCFC;
scrollbar-base-color : #FFFCFC;
scrollbar-face-color : #FFFCFC; 
scrollbar-track-color: #FFFCFC;
scrollbar-arrow-color : #000000; 
scrollbar-3dlight-color: #000000;
scrollbar-highlight-color : #FFFCFC; 
scrollbar-shadow-color : #FFFCFC;
scrollbar-darkshadow-color : #000000;
}

H1 {
text-align : center;
font-style : italic;
font-weight : bold;
color : #ffffff;
border-style : solid;
border-width : 100%;
border-top-width : 5px;
border-bottom-width : 5px;
border-color : #6699FF;
background-color : #6699FF;
}

H2 {
text-align : center;
font-style : italic;
font-weight : bold;
color : #ffffff;
border-style : solid;
border-width : 100%;
border-top-width : 5px;
border-bottom-width : 5px;
border-color : #6699FF;
background-color : #6699FF;
}

H3, H4 {
width : 100%;
border-style : solid;
border-top-width : 3px;
border-bottom-width : 3px;
border-color : #A0A0FF;
background-color : #A0A0FF;
}

H3.green, H4.green {
width : 100%;
border-style : solid;
border-top-width : 3px;
border-bottom-width : 3px;
border-color : #40FF80;
background-color : #40FF80;
}

H3.blue, H4.blue {
width : 100%;
border-style : solid;
border-top-width : 3px;
border-bottom-width : 3px;
border-color : #CCFFFF;
background-color : #CCFFFF;
}

H3.green5, H4.green5 {
width : 50%;
border-style : solid;
border-top-width : 3px;
border-bottom-width : 3px;
border-color : #40FF80;
background-color : #40FF80;
}

H3.green7, H4.green7 {
width : 70%;
border-style : solid;
border-top-width : 3px;
border-bottom-width : 3px;
border-color : #40FF80;
background-color : #40FF80;
}

DIV {
text-indent : 1em;
line-height : 1.3em;
}

DIV.center {
align : center;
text-align : center;
text-indent : 1em;
line-height : 1.3em;
}

DIV.right {
align : right;
text-align : right;
text-indent : 1em;
line-height : 1.3em;
}

P.right {
align : right;
text-align : right;
text-indent : 1em;
line-height : 1.3em;
}


A.name {
text-decoration : none;
text-indent : 1em;
line-height : 1.3em;
}

