/* Created using Style Master from Western Civilisation CSS1 { 2 2 558 625 } */

body, p, td, li {}

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */

/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */

h1, h2, h3, h4, h5, h6 {}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {}

a:link {
font-family: Verdana;
color: #00ff00;
background-color: #ff0000;
font-size: 13px;
}

a:visited {
font-family: Verdana;
color: #00ff00;
background-color: #ff0000;
font-size: 13px;
}

a:hover {
font-family: Verdana;
color: #ff0000;
background-color: #00ff00;
border: 4px #ff0000 groove;
font-size: 13px;
}

a:active {
font-family: Verdana;
color: #ff0000;
background-color: #00ff00;
font-size: 13px;
}

img {}