
body {
 margin-top: 20px;
 background-color: #0099ff;
}

p {
 font-family: Arial;
 margin-left: 20px;
 margin-right: 20px;
}

h1 {
 font-family: arial black, arial;
 font-style: italic;
 font-size: 20pt;
 font-weight: bolder;
 color: #000000;
 text-align: center;
}

h2 {
 font-family: arial black, arial;
 font-style: italic;
 text-align: center;
}

h3 {
 font-family: arial black, arial;
 font-style: italic;
 text-align: right;
}

h4 {
 font-family: arial;
 font-style: italic;
 color: #BC2D00;
 text-align: center;
}

h5 {
 font-family: arial Black;
 font-size: 20pt;
 font-stretch: extra-expanded;
 color: #df0000;
 text-align: center;
}

h6 {
 font-family: sloganD, viner hand;
 font-size: 20pt;
 color: #df0000;
 text-align: center;
}

a:link {
 font-family: arial;
 font-style: italic;
 color: #00C0FF;
}

a:visited {
 font-family: arial;
 font-style: italic;
 color: #000000;
}

a:hover {
 font-family: arial;
 font-style: italic;
 color: #00C0FF;
}

a:active {
 font-family: arial;
 font-style: italic;
 color: #00C0FF;
}

a:focus {
 font-family: arial;
 font-style: italic;
 color: #00C0FF;
}

th {
 font-family: arial;
 font-style: italic;
 font-weight: bold;
 color: #000000;
}

td {
 font-family: arial;
}

#buttonYes {
 font-weight: normal;
 text-align: center;
 color: #00B92E;
}

#buttonNo {
 font-weight: bold;
 text-align: center;
 color: #BC2D00;
}

#buttonNormal {
 font-weight: normal;
 text-align: center;
 color: #00C0FF;
}

