* {
 top: 0;
 left: 0;
 margin: 0;
 padding: 0;
}

img {
 display: block;
 border: 0;
}

body {
 background-color: #222222;
 background-image: url('../graphics/page_gradient_side.gif');
 background-repeat: repeat-x;
 background-position: top left;
}

td,div {
 color: white;
 font-family: tahoma;
 font-size: 11px;
 font-weight: normal;
 text-align: left;
}

.press {
 margin-bottom: 10px;
}

.press_subhead {
 font-weight: bold;
 margin-bottom: 10px;
}

.press_title {
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 2px;
}

.press_subtitle {
 font-weight: 14px;
 font-weight: bold;
 margin-bottom: 10px;
}

a {
 color: #8DC63F;
 text-decoration: underline;
}

a:visited {
 color: #8DC63F;
}

a:hover {
 color: red;
}