
body {
    font-family: verdana, arial, helvetica;  
    color: #f5f9f9;
}
p {
    margin-bottom: 0.7em;
    font-size: 1em;
    line-height: 1.1em;
	color: #f5f9f9;
	padding-left:0.8em;
}
pre { /* blockquote */
    margin-bottom: 1em;
    border: 1px solid #666;
    border-left: 5px solid #666;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
    font-size: 1em;
	color:#f5f9f9;
}
/* END blocks */


/* Headings */
h1 {
	color:#fcfdfd;
	background:#779da8;
	font-size: 1.5em;
	font-weight: bold;
	padding:5px;
	margin:0 0 15px 0;
}
h2 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
h3 {
    margin-bottom: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h4 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h5 {
    margin-bottom: 0.1em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    color: #666;
}
h6 {
    margin-bottom: 0.1em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    color: #666;
}
/* END headings */


/* Lists */
/*
ul {
    margin: 0 0 0.7em 1em;
    list-style: none outside url(/themes/rvtheme/images/bullets/default.gif);
    line-height: 1.3em;
}
    ul li {
        margin-left: 30px;
    }
ol {
    margin: 0 0 0.7em 1em;
    list-style: outside decimal;
    line-height: 1.3em;
	padding-left:120px;
}
    ol li {
        margin-left: 30px;
    }
dl {
    margin-bottom: 0.7em;
    line-height: 1.3em;
}
    dl dt {
        font-weight: bold;
    }
    dl dd {
        margin-bottom: 0.2em;
        margin-left: 30px;
    }
*/

.faqwys ul {
    margin: 0.7em;
    line-height: 1.3em;
}
.faqwys ul li {
       margin-left: 30px;
}
.faqwys ol {
    margin: 0.7em;
    line-height: 1.3em;
}
.faqwys ol li {
       margin-left: 30px;
}  

/* END lists */


/* Links */

a:link ,a:active {
    color: #1ee9fb;
    text-decoration: underline;
}
a:hover ,a:visited{
	color: #188ff4;
    text-decoration: underline;
}
/* END links */
