body {
 font-family: Verdana;
 font-size: large;
 font-weight: bold;
 font-style: italic;
 text-align: justify;
 color: #0000BF;
 background: ivory
}
p {
 font-family: Verdana;
 font-size: small;
}
h1 {
 font-family: Verdana;
 font-size: large;
 font-style: italic;
 text-align: center;
}
table {
 font-family: Verdana;
 font-size: small;
}
h1 {
 font-family: Verdana;
 font-size: x-large;
 font-weight: bold;
 text-align: center;
 color: #DF0000;
}
h2 {
 font-family: Verdana;
 font-size: large;
 font-weight: bold;
 text-align: center;
 color: green;
}
h3 {
 font-family: Verdana;
 font-size: large;
 font-weight: bold; 
 text-align: center;
 color: orange;
}