body {
    scrollbar-face-color: #1177ff; 
    scrollbar-highlight-color: white; 
    scrollbar-shadow-color: black; 
    scrollbar-arrow-color: #navy; 
    scrollbar-track-color: #ffffff;
    scrollbar-3dlight-color: #efeffe; 
    scrollbar-darkshadow-color: #191970; 
    bgcolor: white;
}

input.btn {width: 100px; font-size: 9pt; border: 1px solid navy;  color: red;}
input.txt {width: 150px; font-size: 9pt; border: 1px solid navy;  color: navy;}
textarea {width: 500px; height: 100px; font-size: 9pt; border: 1px solid navy;}

p {font-size: 12pt;}
h2 {font-size: 12pt; font-weight: bold;}
p.tit {font-size: 10pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; background-color: white; color: blue;}

a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: none; color: blue;}
a:hover {text-decoration: none; color: red;  background: white;}

a.viz:link {text-decoration: none; color: navy;}
a.viz:visited {text-decoration: none; color: navy;}
a.viz:active {text-decoration: none; color: navy;}
a.viz:hover {text-decoration: none; color: gray;}

td.tit {padding-left : 7px; height:20px; background-color: #ffcc00;}

a.titul: link visited active { text-decoration: none; color: navy; FONT-SIZE: 10pt;}
a.titul:visited {  text-decoration: none; color: navy; FONT-SIZE: 10pt;}
a.titul:active { text-decoration: none; color: navy; FONT-SIZE: 10pt;}
a.titul:hover { text-decoration: none; color: red; FONT-SIZE: 10pt;}
