BODY {
color:blue;
font-family: Comic Sans MS;
font-size: 15pt;
}
H1{
color:red;
font-family: Euclid Math One;
font-size: 28pt;
font-style: bold;
text-align: center;
letter-spacing: 8pt;
}

H2{
color:purple;
font-family: Comic Sans MS;
font-size: 24pt;
font-style: bold;
text-align: center;
letter-spacing: 6pt;
}

H3{
color:orange;
font-family: Comic Sans MS;
font-size: 20pt;
font-style: bold;
text-align: center;
letter-spacing: 4pt;
}
ul{

font-family: Comic Sans MS;
font-size: 16pt;
font-style: bold;
text-decoration: blink;
text-align:left;
letter-spacing: 2pt;
}

li{
color:maroon;
font-family: Comic Sans MS;
font-size: 18pt;
font-style: bold;
text-decoration: blink;
text-align:left;
letter-spacing: 2pt;
}

table{

color:blue;
font-size: 14pt;
font-style: bold;
border-width:2;
border-style: solid;
border-color: orange;
}

td{
border-width:1;
border-style: solid;
border-color: green;
cellpadding=16;
text-align:center;
}


p{
color:black;
font-family: Comic Sans MS;
font-size: 15pt;
font-style: italic;
}

a{
font-family: Comic Sans MS;
font-size: 15pt;
font-style: bold;
target:self
text-align:left;
letter-spacing: 2pt;
}

a:link{
color:red;
text-decoration: none;
}
a:visited{
color:yelow;
text-decoration: none;
}
a:hover{
color:green;
text-decoration: underline;
font-style: bold;
}
a:active{
color:blue;
text-decoration: none;
}