  /* Place your CSS styles in this file */


@media print {
        h3 {page-break-before: always;}
}

h3 {color:#FFF4A3;}
h2 {color:green;}
#p01{color:red;}
#p02{color:#FFF4A3;}

.divx {
width: 10px;
height: 10px;
padding: 1px;
border: 1px solid gray;
margin: 0;
}

sup { 
color: #FFF4A3;" 
font-size: 14px;
}

.hDiv {
background-color: black;
color: white;
}

body {
background-color:black;
color: white;
}

a:link {
color: white; 
background-color: transparent; 
text-decoration: none;
}

a:visited {
color: white;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: #FFF4A3;
background-color: transparent;
text-decoration: underline;
}

a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}

td {
vertical-align: top; /* aligns the text to the top of the cell width: 380px;*/
height: 80px;

}
