h1,h2 {
font-family: Georgia,Arial,"Times New Roman";
text-align: center;
text-decoration: underline;
}
h2 {
margin-top: 2em
}
div.h24 {
width: 80%;
margin-left: 10%;
margin-right: 10%;
}
.center {
text-align: center;
}
img.left {
float: left;
}
img.right {
float: right;
}
p {
text-align: justify;
text-indent: 1.5em;
}
p:first-letter {
font-weight: bold;
}
table {
width: 60%;
margin-right: 20%;
margin-left: 20%;
border-collapse: collapse;
border: 1px solid #000000;
}
caption{
font-family: Georgia,Arial,"Times New Roman";
margin-top: 2em;
margin-bottom: 0.5em;
font-weight: bold;
}
th {
color: #ffffff;
background-color: #bb0000;
border-bottom: 3px solid #000000;
}
tr.alt {
background-color: #ffffcc;
}
td {
padding: 0.2em; 
text-align: center;
}
a {
color: #000000;
font-weight: bold;
}
p.spacer {
clear: both;
}