#main-content{
background-color: #ffffff;
border: 2px #000000 solid;
margin-top: 70px;
margin-bottom: 70px;
margin-left: 100px;
margin-right: 100px;
}

#inner-text{
background-color: #ffffff;
margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

#inner-text1{
background-color: #ffffff;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}


H1, H2, TH {
     background-color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-style: normal;
     font-weight: bold;
     color: #005DAD
}

H3, H4, H5 {
     font-family: Arial, Helvetica, sans-serif;
     font-style: normal;
     font-weight: bold;
     color: black
}

TD, P, UL LI, DL DT, DL DD {
     background-color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-style: normal;
     font-weight: medium;
     color: black
}

BLOCKQUOTE {
     margin-top: 4em;
     margin-bottom: 1em;
     margin-left: 5%;
     margin-right: 5%;
     font-family: Arial, Helvetica, sans-serif;
     font-style: normal;
     font-weight: medium;
     color: black
}

A:LINK, A:VISITED, A:ACTIVE {
     color: #005DAD;
     font-weight: bold;
     text-decoration: none
}

