.form-text{
    
    padding: 3px;
    border: 1px solid #333333;
    border-radius: 10px;
    margin-left: 10px;
    height: 20px;
    font-size: 15px;
    font-family: arial;
    
}
body{
    
    margin-top: 0px;
    width: 100%;
    background-color: white;
    background-color: rgb(234, 234, 234);
    margin-left: 0px;
    font-family: panno;
}
a{
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
.page_title{
    
    font-family: panno-normal;
    font-size: 50px;
    margin-left: 0px;
    color: rgb(51, 101, 138);
    margin-top: 10px;
    font-weight: bold;
    width: 1366px;
}

.page_intro{
    
    margin-top: 0px;
    font-family: arial;
    font-size: 13px;
    width: 1000px;
    text-align: justify;
    
}

.emptyspace{
    
    height: 60px;
    
}

.text_header{
    
    font-size: 18px;
    font-family: panno;
    margin-top: 18px;
    color: rgb(51, 101, 138); 
    margin-bottom: 8px;
    
}
.text {
    padding: 50px;
    padding-top: 15px;
    font-size: 17px;
    line-height: 24px;
    text-align: justify;
    font-family: panno-light;
}

