﻿html, body 
{
    width: 98%;
    height: 98%;
    margin: 0;
    padding: 0;
    font: 10px verdana;
    color: #af8ab0;
    background: #35152c;
    vertical-align: top;
}

/* Flash */
div#flash-content, 
.flash-content 
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    margin: 0 10px auto 10px;
    width: 98%;
    z-index: 0;
}
table
{
	vertical-align: top;
	border-style: none;
	height: 98%;
	border-collapse: collapse;
}
h1, h2, h3, h4 
{
    color: #cccccc;
}
hr
{
	color: #af8ab0;
	width: 526px;
	height: 1px;
}
a, a:visited, a:active 
{
    text-decoration: none; color: #cccccc;
}
a:hover 
{
    text-decoration: underline; color: #cccccc;
}
