﻿body 
{
    margin: 0px 0px 0px 0px;
    height:100%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    background-color: #808080;
    text-align: center;
}

form
{
	height:100%;
}

#content
{
    width: 400px;
    padding: 10px;
    margin-top: 15%;
    margin-right: auto;
    margin-left: auto;
    background: #666;
    border: 5px solid #ccc;
    text-align: center; /* part 2 of 2 centering hack */
    width: 400px; /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 370px;
    font-size: large;
    color: #4949D1;
}

#content .mute
{
    color: #A8A8FF;
    display: inline;
    font-weight: 400;
}

#content .header
{
    font-size: x-large;
    letter-spacing: -.1em;
}

#content a
{
    color: #4949D1;
    text-decoration: none;
} 

#content a:hover
{
    border: 2px solid #A7CFFC;
    color: #0D7CF7;
    background-color: #DBDBDB;
    padding-left: 72px;
    padding-right: 72px;
} 


#content:hover
{
    background-color: #D7D7D7;
}

html>body #content 
{
    border: medium #6666FF ridge;
    width: 370px;
    background-color: #CCCCCC;
}
