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