/* CSS file for Thorgrud's Workshop web site. */

body{
    background-image: url(graphics/gray_texture.gif);
    background-repeat: repeat;
}

table.data{
    table-layout: auto;
    width: 100%;
    border: 1px solid black;
    color: white;
    background-color: white;
}

table.clear{
    table-layout: auto;
    width: 100%;
    border: 0 solid;
    background-color: transparent;
}

td.data{
    text-align: left;
    border: 1px solid;
    color: black;
    background-color: white;
}

td.head{
    text-align: left;
    border: 1px solid;
    color: black;
    background-color: #999999;
}

td.clear{
    text-align: left;
    border: 0 solid;
    color:black;
    background-color: transparent;
}

td.thor{
    text-align: center;
    border: 0 solid;
    color: black;
    background-color: transparent;
}

img.thor{
    border: 0 solid;
    height: 210px;
    width: 200px;
}

p.footer{
    font-style:italic;
}

a{
    border: 1px solid transparent;
    padding: 1px 2px;
    text-decoration: none;
}

a:visited {}
a:active {}
a:hover, a:focus {
    color: red;
    border: 1px solid black;
    background-color: #ddd;
}

a img {
    border: 0 none;
}


