body {
   font-size: 12px;
   font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Helvetica, Arial, sans-serif;
   color: white;
   background: black;
   font-weight: normal;
   text-decoration: none;
}

img {
   border: 0;
}

div.center h1{
   font-size: 250%;
}

div.center {
   position: fixed;
   width: 100%;
   top: 25%;
   text-align: center;
}

div.bigtext {
   font-size: 200%;
}

div.bigtext a {
   color                : white;
   text-decoration      : none;
}

div.bigtext a:hover {
   text-decoration      : underline overline;
}

div.bottomright {
   position: fixed;
   font-size: 95%;
   width: 33%;
   bottom: 10%;
   right: 5%;
   text-align: right;
}

div.bottomleft {
   position: fixed;
   font-size: 95%;
   width: 33%;
   bottom: 10%;
   left: 5%;
   text-align: left;
}

div.bottomcentre {
   position: fixed;
   font-size: 95%;
   width: 33%;
   bottom: 15%;
   left: 33%;
   text-align: center;
}

div.topright {
   position: fixed;
   font-size: 95%;
   width: 33%;
   top: 10%;
   left: 66%;
   text-align: right;
}

div.topleft {
   position: fixed;
   font-size: 95%;
   width: 33%;
   top: 10%;
   left: 5%;
   text-align: left;
}

div.topcenter {
   position: fixed;
   font-size: 95%;
   width: 33%;
   top: 10%;
   left: 33%;
   text-align: center;
}

span.right {
   width: 100%;
   text-align: right;
}

span.blink {
   text-decoration: blink;
}

a {
   color                : white;
   text-decoration      : underline;
}

a:hover {
   text-decoration      : underline overline;
}


