table#heading
{
width: 100%;
border-collapse: collapse;
}

tr#firstRow
{
background-color: black;
color: white;
}

tr#firstRow strong
{
font-weight: normal;
font-size: 100%;
}

tr#firstRow a
{
color: white;
text-decoration: none;
}

tr#firstRow a:hover
{
text-decoration: underline;
}

tr#firstRow img
{
height: 20px;
}

tr#secondRow
{
background-image: url("../img/wallpapers/sky01.jpg");
}

tr#secondRow img
{
height: 110px;
}

table#heading th
{
border: 1px solid;
border-color: black;
background-image: url("../img/wallpapers/fireice.jpg");
text-align: center;
font-size: 130%
}
