1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
A:link { text-decoration: none;
color: #0000FF;
}
A:visited { text-decoration: none;
color: #AA0088;
}
A:hover { text-decoration: underline;
color: black;
background:lightsteelblue;
}
A.banner { color : #FFFFFF;
font-size : small;
text-decoration : none;
}
A.bblue { color: #FFFFFF;
background-color: #9999FF;
font-size : small;
text-align: center;
}
A.bred { color: #FFFFFF;
background-color: #FF6666;
font-size : small;
text-align: center;
BODY { background-color: #F7FBFF;
font-family: sans-serif;
font-size: small;
}
DIV { margin: 0 }
H1 { color: navy;
font-family: sans-serif;
}
H2 { color: navy;
font-family: sans-serif;
}
H3 { color: navy;
font-family: sans-serif;
}
H4 { color: navy;
font-family: sans-serif;
}
INPUT { background-color: white; }
P { font-family: sans-serif; }
SELECT { background-color: white; }
TABLE { padding: 0;
width: 100%;
}
TD { font-family: sans-serif;
padding: 0;
font-size: small;
}
TH { font-family: sans-serif;
padding: 0;
font-size: small;
}
TH.linkmenu {
font-family: sans-serif;
padding: 0;
font-size: 9pt;
}
.reset_button {background-color: red;
color: yellow;
}
|