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

h1 {
 font-family: Times New Roman;
 font-weight : bold;
}

h2 {
 font-family: Times New Roman;  
 font-weight : bold;
}

h3 {
 font-family: Times New Roman;  
 font-weight : bold;
}

p {
 font-size:             12pt;
 font-family:           Times New Roman;
}

a {
 text-decoration:       none;
 color:                 blue;
}

a:hover {
 color:                 blue;
 background-color:	yellow;
/* text-decoration:       underline; */
}

th {
 text-align:            left;
 font-family:           Times New Roman;
 font-weight:           bold;
 font-size:             12pt;
}

td {
 text-align:            left;
 font-family:           Times New Roman;
 font-size:             12pt;
}

td.menu {
 text-align:            left;
 font-family:           Times New Roman;
 font-weight:           bold;
}

.heading {
 text-align:            left;
 font-family:           Times New Roman;
 font-weight:           bold;
 font-size:             16pt;
}

ul {
 text-align:            left;
 font-family:           Times New Roman;
 font-size:             12pt;
}
