    body {
        font-family: arial, verdana, georgia;
        font-size: 13px;
    }
    a {
        color: #0033AA;
    }
    
    a:hover {
        text-decoration: none;
        color: #0033DD;
    }
    
    img {
          border: none;
    }
    .clear {
        clear:both; 
	font-size:0; 
	line-height:0;
    }
    
    #container {
        width: 700px;
        margin:0 auto; 
    }
    #header {
        
    }
    
    #menu {
      float:left;
      width:100%;
      background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #menu ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #menu li {
      float:left;
      background:url("images/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #menu a {
      display:block;
      background:url("images/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#960014;
      }
    #menu a:hover {
      color:#333;
      }
    #menu #current {
      background-image:url("images/left_on.gif");
      }
    #menu #current a {
      background-image:url("images/right_on.gif");
      color:#333;
      padding-bottom:5px;
    }
    #header-logo {
        float: left;
    }
    
    #header-normal {
        font-family: georgia, verdana, arial;
        font-size: 15px;
        font-weight: bold;
        color: #003300;
        float: right;
        padding-top: 20px;
    }
    
    #text-box {
        padding: 20px;
        border: 1px solid #CFCFCF;
        width: 90%;
        margin:0 auto; 
    }
    
    #footer {
        margin-top: 5px;
        padding-top: 5px;
        font-size: 11px;
        border-top: 1px solid #776655;
        color: #555555;
    }
    
    #button-submit {
        width: 100px;
        height: 30px;
    }
    
    #text-textarea {
        width: 600px;
        height: 100px;
        border: 1px solid #5f8aaa;
        background: #f7fafd;
    }
    
    #right {
        float: right;
        padding-right: 30px;
    }
    
    #left {
        float: left;
    }
    
    #limit {
        width: 30px;
    }
    
    #result {
        float: right;
        padding-right: 30px;
    }
    
    #waiting {
        font-size: 10px;
        color: #e10052;
    }
    
    #download {
        text-align: center;
    }