﻿A {  color: black; text-decoration: none; }
A:hover {  color: white; text-decoration: uuunderline;   }

.a1 {  color: white; text-decoration: none; }
.a1:hover {  color: black; bold; text-decoration: underline   }

.a2 {  color: #996600; text-decoration: none; }
.a2:hover {  color: black; bold; text-decoration: underline   }

.ok {  color: black; text-decoration: none; }
.ok:hover {  color: red; bold; text-decoration: underline   }

.ok1 {  color: red; text-decoration: none; }
.ok1:hover {  color: black; bold; text-decoration: underline   }

.a3 {  color: black; text-decoration: none; }
.a3:hover {  color: white; bold; text-decoration: underline   }


.a4 {  color: greenyellow; text-decoration: none; }
.a4:hover {  color: black; bold; text-decoration: underline   }



BODY{
SCROLLBAR-FACE-COLOR: #336633;
SCROLLBAR-HIGHLIGHT-COLOR: #99cc99;
SCROLLBAR-SHADOW-COLOR: #99cc99;
SCROLLBAR-3DLIGHT-COLOR: #99cc99;
SCROLLBAR-ARROW-COLOR: #99cc99;
SCROLLBAR-TRACK-COLOR: #99cc99;
}