a:link, a:visited, a:active { font-weight: bold;
text-decoration: none;
font-style: italic;
color: rgb(51, 102, 255);
}
a:hover { background-color: rgb(68, 102, 136);
color: rgb(255, 255, 255);
font-size: 105%;
}
.style1 { font-size: xx-large;
color: rgb(255, 0, 0);
text-align: center;
text-decoration: underline;
}
.style2 { font-size: x-large;
font-family: Comic Sans MS;
text-align: center;
color: rgb(0, 153, 0);
}
.style3 { font-size: xx-large;
}
.style4 { font-size: large;
}
.style5 { font-size: x-large;
}
.style7 { font-family: "Comic Sans MS";
font-size: large;
}
.style8 { vertical-align: middle;
}
.style9 { font-size: large;
color: rgb(0, 128, 0);
text-align: justify;
font-family: Arial,Helvetica,sans-serif;
}
.style10 { vertical-align: top;
}
.style11 { font-size: large;
text-align: left;
}
.style12 { text-align: left;
}
.style13 { font-size: x-large;
text-align: left;
}
.style14 { text-align: center;
}
.style15 { font-family: Comic Sans MS;
color: rgb(204, 51, 204);
font-weight: bold;
text-align: center;
font-size: 25px;
}
.style16 { font-family: Comic Sans MS;
color: rgb(204, 51, 204);
font-weight: bold;
text-align: center;
font-size: 20px;
}
.green { color: rgb(0, 153, 0);
}
.highlight { font-size: 50px;
color: rgb(255, 0, 0);
background-color: rgb(255, 255, 102);
font-family: Calibri;
font-weight: bold;
}