BODY, html { 
background:  #ffffff   ; 
margin: 3 ; 
scrollbar-face-color: #649CCF; 
scrollbar-shadow-color: #000080; 
scrollbar-track-color: #d4dcef; 
scrollbar-arrow-color: #ff0000; 
} 

A { 
font-family: sans-serif ; 
font-size: 12pt ; 
text-decoration: none ; 
color: #115BA4; 
}

a:hover { 
font-family: sans-serif; 
font-size: 12pt; 
color: #ff0000
}

A.inv { 
font-family: sans-serif ; 
font-size: 1pt ; 
text-decoration: none ; 
color: #ffffff; 
}

a:hover.inv { 
font-family: sans-serif; 
font-size: 1pt; 
text-decoration: none ; 
color: #ff0000
}

P { 
font-family: sans-serif; 
font-size: 12pt ; 
color: #115BA4 ; 
}

I,i { 
font-family: sans-serif; 
text-decoration: italics ; 
font-size: 10pt ; 
color: #115BA4; 
}

EM,em { 
font-family: sans-serif; 
text-decoration: italics ; 
font-size: 10pt ; 
color: #115BA4; 
}

H1 { 
font-family: sans-serif; 
font-size: 20pt ; 
color: #115BA4; 
}


H2 { 
font-family: sans-serif; 
font-size: 18pt ; 
color: #115BA4; 
}


H3 { 
font-family: sans-serif; 
font-size: 16pt ; 
color: #115BA4; 
}

H4 { 
font-family: sans-serif; 
font-size: 14pt ; 
color: #115BA4; 
}

H6 { 
font-family: sans-serif; 
font-size: 7pt ; 
color: #115BA4; 
}


Input { 
font-family: sans-serif ; 
font-size: 10pt ; 
color: #000080 ; 
border-style: solid ; 
border-color: #649CCF ; 
background-color: #ffffff ; 
padding: 0 ;
}

Textarea { 
font-family: sans-serif ; 
font-size: 10pt; 
color: #000080; 
border-style: solid; 
border-color: #649CCF; 
background-color: #ffffff; 
padding: 0 ; 
} 


{ Edit button effect below here }


A.1 {
display: block ;
width: 100px;
height: 20px ;
text-align: center ;
text-decoration: none;
font-family: sans-serif ;
font-size: 10pt ;
font-weight: normal ;
color: #ffffff;
border: 3px ;
border-style: outset ; 
border-color: #4E69BB  ; 
background-color: #8299de ;
padding: 1px ;
}

A.1:hover {
border: solid 1px #000000;
color: navy ;
border: 3px ;
border-style: inset ; 
border-color: #4E69BB  ; 
font-size: 10pt ;
font-weight: normal ;
background-color: #8299de ;
padding: 1px ;
}


