body {
    width: 600px;
    min-width: 600px;
    margin-left: 10px;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 2px;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #CCCCCC;
    scrollbar-arrow-color: #FFFFFF;
    font-size: 13px;
    font-family: arial;
}
a, a:link, a:visited {
    color: #737373;
    font-decoration: underline ;
}
a:hover {
    color: #535353;
    font-decoration: underline ;
}
th,ul {
    color: #737373;
}
li {
    padding: 2px ;
    margin-top:1.8em;
    list-style: square;
}
h1 {
    color: #8d9ba9;
    font-weight: bold;
    font-size: 17px ;
}
h2 {
    color: #526171;
    font-size: 15px ;
    font-family: tahoma;
}
td {
    color: #999898;
    font-family: tahoma;
}
h3 {
    color: #8d9ba9;
    font-size: 13px ;
    font-family: tahoma;
    font-weight: bold;
}
p {
    color: #6c6b6b;
    font-family: tahoma;
    font-weight: bold;
}
input select {
    color: #ffffff;
    font-family: tahoma;
}
input, select{
    color: #787575;
    font-family: tahoma;
}
.style12 {
    color: #63707D
}
.outline_section{
   display: block ;
   border: solid #526171 1px ;
}
.section{
    display: block ;
}
.question{
    display:block;
    color: #526171;
    margin-top: 1.2em;
    font-weight: bold;

}
.answer{
    margin-left: 3em;
}
