body {
    background-color: black;
    font-family: trebuchet ms, verdana, helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 0 10px 10px;
    margin: 0px;
}
a:link,
a:visited {
    color: #822;
    text-decoration: none;
}
a:active,
a:hover {
    color: #b55;
    text-decoration: underline;
}
p {
    font-size: 14px;
    padding: 0 10px 0 10px;
    margin: 0 0 10px 0;
}
h1 {
    font-size: 24px;
    padding: 0 10px 0 10px;
    margin: 10px 0 10px 0;
}
h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 0 10px;
    margin: 5px 0 5px 0;
}
h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px 0 10px;
    margin: 0;
}
.ing {
    font-size: 18px;
    padding: 0 10px 10px 10px;
    margin: 0 0 10px 0;
}
.small {
    font-size: 12px;
}
.tiny {
    font-size: 10px;
}
.right {
    background-color: #a44;
}
table {
    width: 583px;
}
td {
    background-color: #333;
    color: #fff;
    width: 142px;
	height: 142px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
    border-left-color: #666;
    border-top-color: #666;
    border-right-color: #000;
    border-bottom-color: #000;
}
td *.ad {
	margin: 0px 50px;
}
td.text {
    background-color: #000;
    color: #ccc;
    height: auto;
    border: 0;
    vertical-align: top;
    text-align: left;
    font-size: 12px;
}
img {
    border: 1px solid;
    border-left-color: #000;
    border-top-color: #000;
    border-right-color: #666;
    border-bottom-color: #666;
    cursor: hand;
}
*.copy {
    background-color: black;
    color: #ccc;
    padding: 5px;
    font-size: 10px;
    text-align: center;
}

