body { background: #FFFFFF;
       scrollbar-face-color: #FFFFFF;
       scrollbar-3dlight-color: #FFFFFF;
       scrollbar-darkshadow-color: #114EC9;
       scrollbar-arrow-color: #114EC9;
       font: arial;
       font-size: 17px;
       font-weight: bold;
       color: #FFFFFF;
     }

#scroll3 { width: 245;
           height: 270;
           background-color: black;
           overflow: auto;
         }

#scroll4 { width: 390;
           height: 380;
           background-color: white;
           overflow: auto;
           scrollbar-face-color: #FFFFFF;
           scrollbar-base-color: #FFFFFF;
           scrollbar-darkshadow-color: #FFFFFF;
           scrollbar-arrow-color: ##114EC9;
           font: bold 17px arial;
           color: #114EC9;
         }

.evimed { font: arial;
	  font-size: 17px;
          font-weight: bold;
          color: #185AB1;
        }
