﻿body
{
    font-size: 24pt;
    color: #ffff66;
    background-color:  #000000;
    font-family: Skia, LiSong Pro, SBC Distressed Typewriter, Cambria, Georgia, Papyrus;
    width: 750px;
    text-align: center;
margin-left: auto;
margin-right:auto;
}


.mainbody
{
    background-color:Black;
    font-size: 24pt;
    color: #ffff66;
    font-family: '28 Days Later';
}


.hilitebody
{
    font-size :14pt;
    color: #a9a7d9;
}



a:link
{
    color: #eeee99;
    text-decoration: none;
}

a:visited
{
   color: #eeee99;
   text-decoration:none;
}

a:active
{
   color: #eeee99;
   text-decoration:none;
   
}

a:hover
{
   color: #ffff00;
   text-decoration:underline;
}


h1 
{
color: red;
text-align: left;
font-size: 20pt;
}

