body {
 background-color: #DA251C;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color: #ffffff;
}

p {
 font-weight: bold;
 color: #ffffff;
}

.party {
 font-weight: bold;
 color: #ffffff;
}

.details {
 font-size: smaller;
 margin: 5px;
 font-weight: normal;
 color: #ffffff;
}

.footer {
 font-size: x-small;
 font-weight: normal;
}

a:link,a:visited {
 color: #ffffff;
 text-decoration: none
}

a:hover {
 color: #e6e6e6;
 text-decoration: underline;
}

