/* My CSS definition for the links. */
A:active {
color: gold;
text-decoration: none;
}
A:visited {
color: gold;
text-decoration: none;
}
A:link {
color: gold;
text-decoration: none;
}
A:hover {
color: #52734D;
text-decoration: none;
}
/* My CSS definition for the main list. */
H1 {font-family: Swis721 BT; font-size: 9pt; color: #CA2664;margin-top:1px;margin-bottom:1px}
H2 {font-family: Swis721 BT; font-size: 16pt; color: #CA2664;margin-top:1px;margin-bottom:1px}
H3 {font-family: Arial; font-size: 14pt; color: #52734D;margin-top:1px;margin-bottom:1px}
H4 {font-family: Balloon Bd BT; font-size: 12pt; color: #CA2664;text-decoration: none; display: inline;margin-top:1px;margin-bottom:1px}
H5 {font-family: Swis721 BT; font-size: 15pt; color: #52734D;text-decoration: none;margin-top:1px;margin-bottom:1px}
P {font-family: Arial; font-size: 8pt; color: #52734D;margin-top:1px;margin-bottom:1px}

input.more {
margin-left: 0;
margin-right: 0;
display: inline;
}
.navlist {
list-style-type: square;
width: 103px;
font-family: Comic Sans MS;
background-color: white;
color#D1212E;
text-decoration: none;
}
/* My CSS definition for the top menu. */
input.topbuttons {
background-color: #E4E4E4;
font-family: Arial;
font-size: 11px;
color: #D1212E;
font-weight: bold;
border-top: thin #C0C0C0 solid; 
border-right: thin black solid; 
border-bottom: thin black solid; 
border-left: thin #C0C0C0 solid;
margin-left:-2;
margin-right:0
}
/* My CSS definition for the top menu. */
input.botbuttons {
background-color:#D1212E;
font-family: Arial;
font-size: 12px;
color: white;
font-weight: bold;
border-top: medium #C0C0C0 solid; 
border-right: thin black solid; 
border-bottom: thin black solid; 
border-left: medium #C0C0C0 solid;
margin-left:-2;
margin-right:0
}
/* My CSS definition for the top menu. */
.topmenu {
font-family: Comic Sans MS;
font-weight: bold;
background-color: #0080FF ;
color: white;
text-decoration: none;
}
