body {
font-family: Arial, Helvetica, sans-serif;
}

h1 {
font-size: 9px;
color: gray;
margin-bottom: -7px;
}

h2 {
font-size: 10px;
font-weight: bold;
color: black;
margin-bottom: -10px;
}

h3 {
font-size: 14px;
color: black;
}
h3 div {margin-bottom: -10px;}

.boldblack {
font-size: 14px;
color: black;
font-weight: bold;
}


h4 {
font-size: 30px;
color: black;
font-weight: bold;
margin-bottom: 0px;
}
h4 div {color: A0DCF8;}


h5 {
font-size: 36px;
color: white;
font-weight: bold;
}

h6 {
font-size: 16px;
color: black;
margin-bottom: -10px;}
 

p {
font-size: 10px;
color: black;
margin-bottom: 10px;
}
.paragraphtext {
font-size: 10px;
color: black;
margin-bottom: 10px;
}
.paragraphred{
font-size: 10px;
color: red;
margin-bottom: 10px;
}



a {
text-decoration: none;
font-weight: bold;
font-size: 10px;
color: A0DCF8;
}

a:hover {
text-decoration: none;
color: grey;
font-weight: bold;
font-size: 10px;
}

a.big {
text-decoration: none;
font-weight: bold;
font-size: 14px;
color: black;
}

a.big:hover {
text-decoration: none;
color: A0DCF8;
font-weight: bold;
font-size: 14px;
}

a.bigblue {
text-decoration: none;
font-weight: bold;
font-size: 14px;
color: A0DCF8;
}

a.bigblue:hover {
text-decoration: none;
color: grey;
font-weight: bold;
font-size: 14px;
}

#box {
width: 100px;
height: 100px;
background-color: #999;
margin-left: 50px;
text-align: center;
}
