

h1, h2, h3 {
font-family: Arial, Helvetica;
}



h1 {
color: blue;
font-size: 16pt;
}

h2 {
color: orange;
font-size: 13pt;
font-style: italic;
}

h3 {
color: forestgreen;
font-size: 12pt;
} 

body {
font-family: Arial, Helvetica, Verdana;
font-size: 9pt;
bgcolor: bisque;
link: Indianred;
vlink:Indianred;
}

p {
font-family: Palatino;
color: blueviolet;
font-size: 4;
}