a, input { outline: 0; } /* get rid of red outlines on clicked images in FF */

body,td,th {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}
body {
    margin-top: 20px;
    margin-bottom: 0px;
    background-image: url(images/pink_background.jpg);
    background-repeat: repeat-x;
    background-color: #BE3B71;
}
.maintable {
    background-image: url(images/header.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    background-position: top;
}
.footertext {
    color: #ffffff;
}
.newlink:link{/*unvisited*/ 
    color:#99CC33; 
    text-decoration:none;
    font-weight: bold;
} 
.newlink:visited{/*visited*/ 
    color:#99CC33; 
    text-decoration:none;
    font-weight: bold;} 

.newlink:hover{/*mouseover*/ 
    color: #99CC33; 
    background:none; 
    text-decoration:underline;
    font-weight: bold;
}
a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #666600;
    text-decoration: underline;
}
a:active {
    color: #333;
    text-decoration: none;
}
a {
    font-weight: bold;
}
.rss_box {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 172px;
    background-color: #553332;
}
.rss_items {
    list-style:none;
    margin:0;
    padding:0;
}
.rss_item  {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
    text-decoration : none;
    border-bottom: 0;
    color: #99CC33;
}
.rss_item a:hover { 
    text-decoration : none;
    color: #ffffff;
    border-bottom: 0;
}

.pagetitle {
	font-size: 20px;
	color: #666600;
}
.qatext {
	color: #B81352;
}
