html { -webkit-text-size-adjust: none; } /* keeps text size proportional on iphone */
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;
    line-height: 1.25em;
}
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: #666600;
    text-decoration: none;
}
a:visited {
    color: #666600;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: underline;
}
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;
    font-weight: bold;
}
#homebutton {
	   margin-left:60px;
	   margin-top:30px;
	   border-width:0px;
}
.hometitle {
    font-size:18px; 
    font-weight: bold; 
    text-transform: uppercase;
}
.homeauthor {
    font-size 9pt; 
    line-height: 1.25em;
}
.homequote {
    font-size: 14px; 
    font-weight: bold; 
    line-height: 1.25em; 
}
.zestra_video {
    margin: 20px 0 20px 128px;
}
#logolink {
    float: left;
    width: 375px;
    height: 100px;
}
.home_p {
    margin-top: 2px;
}
.interior_p {
    margin-top: 4px;
}
