/* external style sheet style.css */
.info{
font-family: Arial;
color: "#24438A";
font-size: 14px;
font-style: bold;
padding: 5px;
}
.footer{
font-family: Arial;
color: "#FFFFFF";
font-size: 10px;
font-style: bold;
padding: 5px;
}
UL, LI{
font-family: Arial;
font-size: 14px;
color: #24438A;
}
H3, H4, H5{
font-family: Verdana;
font-style: italic;
color: "#24438A";
}
H2{
font-family: Verdana;
font-style: italic;
color: "#FFFFFF";
}
P {
font-family: Arial;
font-size: 14px;
color: #24438A;
}
TD {
font-family: Arial;
font-size: 14px;
color: #24438A;
}
A:link {
color: #008000;
font-family: Arial;
font-size: 14px;
font-style: bold;
padding: 5px;
text-decoration: none;
}
A:visited {
color: #008000;
font-family: Arial;
font-size: 14px;
font-style: bold;
padding: 5px;
text-decoration: none;
}
A:hover {
font-family: Arial;
font-size: 14px;
font-style: bold;
padding: 5px;
color: red;
text-decoration: none;
}
A.wellcom:link {
color: red;
text-decoration: none;
}
A.wellcom:visited {
color: red;
text-decoration: none;
}
A.wellcom:hover {
color: red;
text-decoration: none;
}
A.menu:link {
font-family: Arial;
font-size: 12px;
font-style: bold;
padding: 5px;
color: red;
text-decoration: none;
}
A.menu:visited {
font-family: Arial;
font-size: 12px;
font-style: bold;
padding: 5px;
color: #740FC9;
text-decoration: none;
}
A.menu:hover {
font-family: Arial;
font-size: 12px;
font-style: bold;
padding: 5px;
color: yellow;
text-decoration: underline;
}
/* end of file */

