html,body {
        margin:0px 0px 0px 0px;
        font-size:small;
        color:#696969;
//      background-image: url(/logs/img/g24.jpg);
        scrollbar-3dlight-color:    #C0C0C0;
        scrollbar-arrow-color:      #C0C0C0;
        scrollbar-darkshadow-color: #C0C0C0;
        scrollbar-face-color:       #696969;
        scrollbar-highlight-color:  #F0F0F0;
        scrollbar-shadow-color:     #555555;
}

input,textarea,select {
        font-size:12pt;
        color:#333333;
        background-color:#FDFDFD;
        border:1 solid #C0C0C0
}

A               { color: #258FB8; text-decoration: none; }
A:link          { color: #258FB8; text-decoration: none; }
A:visited       { color: #258FB8; text-decoration: none; }
A:active        { color: #FF0000; text-decoration: none; }
A:hover         { color: #FF0000; text-decoration: none; background-color:#FFF4E0; }

a.img:link      { border: 0; color: #000000; background-color: transparent; text-decoration: none; }
a.img:active    { border: 0; color: #000000; background-color: transparent; text-decoration: none; }
a.img:visited   { border: 0; color: #000000; background-color: transparent; text-decoration: none; }
a.img:hover     { border: 0; color: #000000; background-color: transparent; text-decoration: none; }

h1 {
        font-size: small;
        margin:0;
        width:100%;
        color: #ff0080;
        background-color:#ffdfef;
        border-style:solid;
        border-color:#ffdfef;
        border-width:1px;
        position:relative;
        overflow:hidden
}

h2 {
        font-size: small;
        margin:0;
        width:100%;
        color: #0080ff;
        background-color:#d5eaff;
        border-style:solid;
        border-color:#d5eaff;
        border-width:1px;
        position:relative;
        overflow:hidden
}

h3 {
        font-size: small;
	align: center;
	text-align: center;
        margin:0;
        width:100%;
        color: #009500;
        background-color:#dfffdf;
        border-style:solid;
        border-color:#dfffdf;
        border-width:1px;
        position:relative;
        overflow:hidden
}

hr {
        margin:0;
        width:100%;
        border-style:solid;
        border-color:#80bfff;
        border-width:1px;
}

dl dt {
        color: #009500;
        border-left:solid 5px;
        border-bottom:solid 1px;
        border-color:#80ff80;
        width:100%;
}
#copyright {
        font-size: x-small;
        line-height: 100%;
        text-align: left;
        padding: 2px;
        margin-bottom: 15px;
}
