a:link {
color: blue;
text-decoration: underline;
}
a:active {
color: 000099;
text-decoration: underline;
}
a:visited {
color: 000099;
text-decoration: underline;
}
a:hover {
color: white;
background-color: blue;
text-decoration: none;
}
em {
font-style: normal;
background-color: #ffffe0;
}
/* Color used to be a600a4 */
h1 {
font-family: tahoma, arial, sans-serif;
font-size: 130%;
font-weight: normal;
color: #990099;
}
h2 {
font-family: tahoma, arial, sans-serif;
font-size: 115%;
font-weight: normal;
color: #990099;
}
/* DrumLib's Posts Topic - Top Right Bottom Left */
h2.topic {
font-family: tahoma, arial, sans-serif;
background-color: #f0f0f0;
border-color: d3d3d3 d3d3d3 d3d3d3 d3d3d3;
border-style: solid;
border-width: 1px 1px 1px 1px;
padding: 5px;
}
h3 {
font-family: tahoma, arial, sans-serif;
font-size: 100%;
font-weight: normal;
color: #990099;
}
/* To stop scumware */
span {
font-size: 100%;
}
.drop1 {
background-color: #ffffe0;
/* background-color: F5F5DC; */
}
.drop2 {
background-color: #FFF6E7;
/* background-color: F0F0F0; */
}
