
a:active                           { color: Black }
a:link                             { color: Red }
a:visited                          { color: #733D00 }
body                               { background-color: rgb(192, 192, 192);
				     color: #733d00 ; 
                                     text-align: center }
button                             { background-color: rgb(0, 42, 196); 
                                     border-style: solid; border-width: 1pt; 
                                     color: rgb(255, 255, 255);
                                     font-family: Verdana, Arial, Helvetica;
                                     font-size: 8pt; 
                                     font-style: normal }

h1                                 { color: #733D00;}
h2                                 { color: #733D00;}

table                              { table-border-color-light: rgb(0, 102, 102); 
                                     table-border-color-dark: rgb(0, 51, 51);
                                     width: 600px }

th                                 { background-color: #733D00;
                                     color: black;}

.fl                                { float: left }
.fr                                { float: right }
.no                                { margin: 0 } 
.sep                               { margin: 0; font-size: 1pt } 
.time                              { position: absolute;
				     bottom: 1%; 
				     left: 0; 
				     text-align: center; }

div.body                           { text-align: left; width: 650px }
li.br                              { margin-top: 15px }


