h1 {font-size: 200%;
    text-align: center;
    line-height: 200%}
h2 {font-size: 150%;
    text-align: center;
    line-height: 200%}
h3 {font-size: 150%;
    text-align: left;
    line-height: 200%}
p {font-size: 100%}

ul {font-size: 100%;
    text-align: left;
    line-height: 150%}

.rightDate{
    font-weight:bold
}

table.alerts{ 
    text-align: center;
    background-color: #ccffff;
    border: 1px #d79900 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 1%;
    margin-bottom: 1%;
    left:1;
    right:1;
    width:80%
}
.alertHead{ 
    border-bottom: 2px solid #d79900;
    background-color: #ffff99;
    font-weight: bold;
    color: #404040;
}
.alertBody p{ 
    text-align: left;
    font-weight: normal;
    color: #404040;
    background-color: #ccffff;
    text-indent: -1%;
    margin-left: 5%; 
    margin-right: 5%
} 


.container{
    position: relative;
    margin-left:3%;
    margin-right:3%;
    margin-bottom:10%
}
