/* The body */
body { 
    text-align: left; 
    background: #eeeeee; 
    font-family: arial; 
    color:#313131;
}


#title {text-align:left;  font-size:32px;}
#left  {text-align:left;  font-size:14px; float:left; }
#right {text-align:right; font-size:12px; float:right; }
#right2 {text-align:right; font-size:12px; float:right; }
#center{text-align:left;  font-size:14px; width:50%;}
#left2 {text-align:left;  font-size:20px; }
#left3 {text-align:left;  font-size:14px; }

/* Links */ 
a{ text-decoration: none; color:#353176; }
a:hover { color:#b72e00;}
a:followed { color:#3f3131; }

#scroller{
    float: inherit; 
    margin: auto; 
    text-align: left;
    width:99%;
    padding: 2px;
    font-size: 18px;
    overflow: auto; 
    height: 975px;
    border-style: none;
    background-color: #eeeeee;
    border-color: #ebebff;
}


#hr{style=float:right; width:50%;}

#div2 { 
    margin: auto;
    background-color: #d8d8d8; 
    width: 100%; 
    border-style: inset; 
    border-color: #f4f4f4;
    float: center;
}

/* The central */ 
#div1 { 
    background-color: #d8d8d8; 
    width: 750px; 
    height: 650px;
    float: inherit; 
    margin: auto; 
    text-align: left; 
    overflow: auto; 
    border: 4px; 
    border-style: inset; 
    border-color: #f4f4f4;
    padding: 3px;
}