body {
        background-image: url("navenglish.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: #FFFFFF;
        margin :5% 10%;
        color: black;
        font-size: 12px;
        }
img.float{
        float: left;
        }
.clear{
        clear:left;
        }
h1{
        color: maroon;
        text-align: center
        }
h2 {
        color: maroon;
        text-align: left;
         font-size: 18px}
h3 {
        color: maroon;
        text-align: left;
        }
h4 {
        color: maroon;
        font-weight: lighter;
        }
h4.center {
        color: maroon;
        font-weight: lighter;
        text-align: center
        }
p {
        text-align: left;
        color: black;
        text-indent: 1em;
        font-size: 12px;
        line-height: 16px;
        }
p.y {
        text-align: left;
        color: black;
        background-color: #ffff99;
        text-indent: 1em;
        font-size: 12px;
        line-height: 16px;
        } 
p.note{
        text-align: left;
        color: black;
        background-color:#e6e6e6;
        text-indent: 0em;
        font-size: 10px;
        line-height: 12px;
        }
ol{
        color: black;
        font-size: 12px;
        line-height: 16px;
        }
ul{
        color: black;
        font-size: 12px;
        line-height: 16px;
        }
img.float{
        float: right;
        }
.s{
        font-size: 11px;
        }
.red{
        color: red;
        }
div.center{
        text-align: center;}
        
div.right{
        text-align: right;}
        }
        }