/*
 * My homepage style sheet
 * $Id: index.css 1.3 2000/08/15 22:24:57 itm Exp itm $
 */

body
{
    background: #000000;
/*    background-image: url(bg.jpg);*/
    background-repeat: repeat;
    color: #999999;
    font-family: arial, sans-serif;
}

h1
{
    text-align: center;
}

blockquote
{
    font-family: comic sans ms, serif;
    text-align:  center;
    font-style:  italic;
}

img
{
    border:       solid;
    border-width: thin;
}

div.banner
{
    background: #222222;
}

span.subtle
{
    font-style: italic;
    font-size:  80%;
}

img.eye
{
    border: none;
}

col.topbannerleft
{
    width: 25%;
}

col.topbannercentre
{
    text-align: center;
}

col.topbannerright
{
    text-align: right;
    width: 25%;
}

col.botbannerleft
{
    width: 25%;
}

col.botbannercentre
{
    text-align: center;
}

col.botbannerright
{
    text-align: right;
    width: 25%;
}
