body
	{
	background-color:#404040; 
	font-family: "Tahoma";
	font-size: 8pt;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	}

div.header   
    {
	position: absolute;
	top: 0px;
	right: 80px;
	width: 765px;
	color: #FFFFFF;
	border-color: #000000;
	border-width: 0px 3px 0px 3px;
	border-style: solid solid solid solid;
	}

div.content   
    {
	position: absolute;
	top: 86px;
	right: 80px;
	width: 765px;
	text-align: center;
	background-image: url(img/background.jpg);
	color: #FFFFFF;
	border-color: #000000;
	border-width: 0px 3px 3px 3px;
	border-style: solid solid solid solid;
	}


div.comicnav
       {
       position: absolute;
       right: 600px;
       top: 10px;
       color: #FFFFFF;
       font-family: "Verdana";
       font-size: 8pt;
       text-align: justify;
       }
					

div.writing
    {
        width: 300px;
   }
									    

td.main 
    {
	background-image: url(img/background.jpg);
    }

p 	{
	color: #FFFFFF;
	font-family: "Verdana";
	font-size: 8pt;
	text-align: justify;
	}


p.centered    {
        color: #FFFFFF;
        font-family: "Verdana";
        font-size: 8pt;
        text-align: center;
        }
					

A:link	
	{
	color:#FFCC33; 
	}


A:visited
	{
	color:#FFCC33;
	}

A:hover
	{
	color: #B68500;
	}


A:active
	{
	color: "red"
	}



