﻿body 
{
    text-align:center;
    color:White;
    font-family:Calibri, Verdana, Arial, Tahoma, Sans-Serif;
    font-size:10pt;
    background-color:rgb(50,0,0);
}

.mainPage 
{
    margin:auto;
    text-align:left;
    background-color:#494949;
    width:700px;
    border:1px solid white;
}

.navigation 
{
    text-align:center;
}

.navigation a img
{
    border:none; 
}

.welcomeMessage 
{
    padding:10px;
}

.banners 
{
    border-top:1px solid white;
    border-bottom:1px solid white;
}

.comicBlock
{
    border-top:1px solid white;
}

.comicBlock img
{
    width:700px;
}

.thumbBlock 
{
}

.menu 
{
    margin:0px;
    text-align:center;
    color:White;
}

.menu a
{
    color:rgb(200,200,250);
    text-decoration:none;
}

.menu a:hover
{
    color:rgb(250,250,255);
}

.chpSelect 
{
    vertical-align:middle;
}

.comicDisplay
{
    background-color:White;
    background-image:url(edge.jpg);
    color:Black;
    font-family:Century Gothic;
    font-size:10pt;
    width:400px;
    height:182px;
    padding-left:128px;
    background-repeat:no-repeat;
    background-position:left top;
    margin-left:150px;
    text-align:right;
    padding-right:10px;
    clear:both;
}

.comicDisplay a
{
    text-decoration:none;
    color:rgb(50,50,75);
    font-size:0.8em;
}

.comicDisplay a:hover
{
    color:rgb(100,90,110); 
}