/***************************************************************************************************** General elements****************************************************************************************************/body {  font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;  font-style: normal;  font-size: 10pt;  font-weight: normal;  background-color: #000099;  color: white;  text-align: left;}form {  font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;  font-style: normal;  font-size: 10pt;  font-weight: normal;}p, div {  margin-top: 10pt;  margin-bottom: 10pt;}h1 {  font-family: "Bauhaus 93", "Comic Sans MS", "Arial", "Helvetica", sans-serif;  font-size: 16pt;  font-weight: normal;  color: yellow;  text-align: center;  text-shadow: #808080 3px 3px 3px;  margin-top: 0pt;  margin-bottom: 12pt;}h2 {  font-size: 12pt;  font-weight: bold;  color: yellow;  text-shadow: #808080 1px 1px 2px;  margin-top: 12pt;  margin-bottom: 12pt;}h3 {  font-size: 11pt;  font-weight: bold;  color: yellow;  margin-top: 12pt;  margin-bottom: 12pt;}h4 {  font-size: 10pt;  font-weight: bold;  color: yellow;  margin-top: 12pt;  margin-bottom: 12pt;}/***************************************************************************************************** Tables****************************************************************************************************/table, thead, tbody {  background-color: transparent;  font-style: normal;  font-size: 100%;  font-weight: normal;  text-align: left;  vertical-align: top;}table thead tr td {  font-size: 100%;  font-weight: bold;  color: yellow;}td {    margin: 0pt;    padding-bottom: 1pt;    padding-left: 1pt;    padding-right: 1pt;    padding-top: 1pt;}/***************************************************************************************************** Controls****************************************************************************************************/input, textarea {  font-family: "Arial", "Helvetica", sans-serif;  font-style: normal;  font-size: 10pt;  font-weight: normal;}/***************************************************************************************************** Hyperlinks****************************************************************************************************/a:link {  color: #00CCFF;}a:active {  color: #FF0000;}a:hover {  color: #FF0000;}a:visited {  color: #CC00CC;}a.button {    background-color: silver;    border-style: outset;    border-width: 2px;    color: black;    display: inline-block;    font-weight: normal;    margin-bottom: 2px;    margin-top: 2px;    padding: 2px;    text-decoration: none;    vertical-align: middle;}a:link.button {  color: black;}a:active.button {  color: black;}a:hover.button {  background-color: #D9D9D9;}a:visited.button {  color: black;}/***************************************************************************************************** Semantic text markers****************************************************************************************************/cite {  font-family: "Arial", "Helvetica", sans-serif;  font-style: normal;  font-weight: bold;}q {  font-family: "Arial", "Helvetica", sans-serif;  font-style: italic;  font-weight: normal;}address {  font-style: normal;  font-weight: normal;}strong {  font-weight: bold;}em {  font-style: italic;}.advert {  font-size: 12pt;  text-align: center;}.footnote {  font-family: "Arial", "Helvetica", sans-serif;  font-size: 8pt;}.mashed {  color: #00CCFF;  font-style: italic;}.werewolf {  font-family: "Matura MT Script Capitals", "Comic Sans MS", "Arial", "Helvetica", sans-serif;  font-style: normal;  font-size: 14pt;  font-weight: bold;  color: red;}
