﻿body {
}
        #Text1 {
            width: 823px;
            height: 35px;
        }
        .newStyle1 {
            font-family: Corbel;
            font-size: medium;
            font-weight: bold;
            font-style: oblique;
            font-variant: inherit;
            text-transform: inherit;
            color: #000000;
            text-decoration: underline overline;
        }
        .newStyle2 {
            background-color: #008000;
            background-repeat: no-repeat;
            border: thick dashed #00FFFF;
            margin: inherit;
            padding: inherit;
        }
    
