
body {
background-color : #FFFFFF;
font-family : arial, sans-serif,helvetica;
color : #000000;
font-size : 150%;
text-align : left;
margin-right : 3%;
margin-left : 5%
}

h1 {
font-weight : bold;
color : #0000CC;
background-color : transparent;
text-align : left;
}

h2 {
font-weight : bold;
color : #0000CC;
background-color : transparent;
font-family : arial, sans-serif;
text-align : left;
}

h3 {
font-weight : bold;
font-family : arial, sans-serif,helvetica;
color : blue;
background-color : white;
text-align : center;
}

p {
font-style : normal;
text-align : justify;
margin-right : 1%;
margin-left : 7%2
}

a{
font-weight : bold;
font-family : arial, sans-serif,helvetica;
color : black;
background-color : white
}

a:link.banner-link {
color : #FF0000;
text-decoration : underline;
background-color : transparent;
font-weight : bold
}

a:visited.banner-link {
color : #FF0000;
text-decoration : underline;
background-color : transparent;
font-weight : bold
}
a:hover.banner-link {
color : #008000;
text-decoration : none;
background-color : transparent
}
a:active.banner-link {
color : #000000;
background-color : #00FF00;
}
