h1 {
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 36px; 
    background-position: center center; 
    text-align: center;
}

.table {
    font-family: Arial; 
    font-size: 14px; 
    background-color: #66CCFF; 
    border: #00EEFF;
}

.table_r { 
    font-family: Arial; 
    font-size: 14px ; 
    color: #FF0000; 
    font-weight: bold
}

.maintable {
    background-color: #00EEFF; 
    border: #66CCFF; 
    font-family: Arial; 
    font-size: 16px; 
    font-weight: bold; 
    text-align: center
}

.warning {
    font-family: Arial; 
    font-size: 18px; 
    color: #FF0000; 
    text-decoration: blink; 
    font-weight: bold; 
    font-style: italic;
}

input,text,textarea{
    font-family:tahoma,verdana,sans-serif;
    font-size:11px;
}
