
body {
background-color : #FFFF00;
font-family : arial, sans-serif,helvetica;
color : #000000;
font-size : 100%;
text-align : left;
margin-right : 3%;
margin-left : 7%;
}

h1 {
font-weight : bold;
color : #0000CC;
background-color : transparent;
text-align : center;
}

h2 {
font-weight : bold;
color : #0000CC;
background-color : transparent;
font-family : arial, sans-serif;
text-align : center;
}

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 : red;
background-color : white;
}

a.banner-link:link {
color : #0000CC;
text-decoration : underline;
background-color : transparent;
font-weight : bold;
}

a.banner-link:visited {
color : #0000CC;
text-decoration : underline;
background-color : transparent;
font-weight : bold;
}
a.banner-link:hover {
color : #ff0000;
text-decoration : none;
background-color : transparent;
}
a.banner-link:active {
color : #0000CC;
background-color : #ffd700;
}
