h1 {
font-family: tahoma, sans-serif;
font-size: 36px;
color: green
}

h2 {
font-family: tahoma, sans-serif;
color: #006400;
font-size: 24px;
background-color: lightyellow
}

table {
border-color: green;
}

th {
font-family: tahoma, sans-serif;
color: #006400;
font-size: 20px;
background-color: lightyellow
}

p {
font-family: tahoma, sans-serif;
font-size: 14px;
color: #000000
}

b {
color: green
}

span {
color: lightyellow
}


td {
font-family: tahoma, sans-serif;
font-size: 14px
}

th {
font-family: tahoma, sans-serif;
color: green;
background-color: lightyellow;
font-size: 100%
}

ul {
color: darkgreen
}