/* colors 
black
white
red
*/
/* overrides */
body {
background-image: url(images/body_background.jpg);
background-position: bottom right;
background-repeat: no-repeat;
background-color: white;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: black;
text-align: center;
margin: 0px;
padding: 0px;
}
b, strong {
font-weight: bold;
font-style: italic;
color: red;
}
/* id's */
width: 100%;
height: 99px;
background-image: url(images/header_repeat.jpg);
background-repeat: repeat-x;
background-position: top left;
border-bottom: 2px solid #ff0000;
}
width: 100%;
height: 99px;
float: left;
text-align: left;
background-image: url(images/logo_and_header.jpg);
background-repeat: no-repeat;
background-position: left;
background-position: top left;
}
width: 100%;
height: 22px;
}
/* classes */
.heading {
color: #ff0000;
font-size: 1.0em;
font-weight: bold;
padding: 5px;
border-bottom: 2px solid #ff0000;
text-align: left;
background: white;
}
.content {
width: 775px;
margin: 0px auto;
}
.homeimages {
padding: 4px;
}
.seperator {
width: 750px;
margin: 0px;
padding: 0px;
border-bottom: 1px solid black;
font-size: 1px;
height: 1px;
margin: 0px auto;
}
.footertext {
font-size: 0.7em;
}
/* links */
a:link {
color: red;
font-weight: bold;
text-decoration:underline;
}
a:active {
color: red;
font-weight: bold;
text-decoration:underline;
}
a:hover {
color: black;
text-decoration:underline;
}
a:visited {
color: red;
font-weight: bold;
text-decoration:underline;
}
a.footerlinks {
font-size: 0.7em;
color: black;
text-decoration: none;
}
a.footerlinks:hover {
border-bottom: 1px solid red;
color: black;
}
a.headerlink:link {
color: #ff0000;
font-size: 1.0em;
font-weight: bold;
text-decoration: none;
}
a.headerlink:hover {
color: #ff0000;
font-size: 1.0em;
font-weight: bold;
text-decoration: none;
}
a.headerlink:visited {
color: #ff0000;
font-size: 1.0em;
font-weight: bold;
text-decoration: none;
}