﻿body
{
    font-family: Tahoma;
    font-size: 12px;
    color: white;
    background-color: black;
    margin: 0px;
}

td
{
    vertical-align: top;
}

h1
{
    font-size: 16px;
    font-weight: bold;
}

#canvas
{
    width: 1024px;
    background-color: White;
    color: Black;
    margin: 30px;
}

#logo
{
    height: 235px;
    background-image: url(/App_Themes/standard/media/model.png);
    background-repeat: no-repeat;
}

#categories
{
    height: 150px;
}

#headlines
{
    text-align: left;
    width: 996px;
}

a
{
    color: #000000;
    text-decoration: none;
}

a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #666666;
    text-decoration: none;
}

.style1
{
    width: 582px;
}
