A:link {
color: #212379; text-decoration: none;
background: #d5e7f4;
font-size: small;
}
A:visited {
color: #003162; text-decoration: underline;
background: #d5e7f4;
font-size: small;
}
A:hover {
color: #AA55FF; text-decoration: none;
background: #d5e7f4;
font-size: small;
}
A:active {
color: #840084; text-decoration: none;
background: #d5e7f4;
font-size: small;
}
.text{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
color: #006666;
background-color: #d5e7f4;
}
BODY {
background-color: #d5e7f4;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
color: #004080;
}
H1 {
font-size: 90%;
color: #501A71;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #d5e7f4;
}
H2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #7DA758;
font-size: 95%;
font-weight: bold;
background-color: #d5e7f4;
}
H3 {
font-size: 80%;
color: #501A71;
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #d5e7f4;
}
PRE {
font-family: Arial, Helvetica, sans-serif;
font-size: 95%;
}
CODE {
font-family: "Courier New", Courier, mono;
font-size: 75%;
}
TD {
font-family: Arial, sans-serif;
}
|