BODY { 
font-family: "Georgia", serif;
color: black;
background-color: white;
text-align: center;
font-weight: bold;
}
A:link {
color: teal;
background-color: transparent;
}
A:visited {
color: purple;
background-color: transparent;
}
A:active {
color: red;
background-color: transparent;
}
H1 {
font-family: "Copperplate Gothic Bold", serif;
color : black;
background-color: transparent;
}
H2 {
font-family: "Copperplate Gothic Bold", serif;
color : black;
background-color: transparent;
}
H4 {
font-family: "Helvetica", sans-serif;
font-size: 125%;
font-style: italic;
background-color: transparent;
}
H5 {
font-style : italic; 
color : black;
}
H6 {
font-style : italic;
color : black;
}
UL {
text-align : left;
}
OL {
text-align : left;
}


