/* CSS Document */
/*General*/
BODY{background-image:url('header.jpg'); background-repeat:no-repeat; background-position:top center; background-color: #000000; font-family:helvetica; font-size:10pt; color:#000000}

/*Alignment*/
p.date {text-align:right}
p.main {text-align:justify}

/*Fonts*/
.h1{color:#000000; font-size:15pt; font-weight:bold}

/*Links*/
a:link {text-decoration:none; color:#000000}
a:visited {text-decoration:none; color:#000000}
a:hover {text-decoration:none; color:#000000}
a:active {text-deocration:none; color:#000000}

/*NAVBAR*/
table.navbar {border-collapse: collapse;}
table.navbar td {border: 0}
table.navbar td a{display: block; padding: 2.5px; text-decoration: none;}
table.navbar td a:link {color: #FFFFFF; text-decoration: none; background-color: #A91D1D;}
table.navbar td a:visited {color: #FFFFFF; text-decoration: none; background-color: #A91D1D;}
table.navbar td a:hover {color: #FFFFFF;text-decoration: none;background-color: #000000;}
table.navbar td a:active {color: #FFFFFF;text-decoration: none; background-color: #000000;}
