/*****************************************************
******************************************************
**      CSS STYLES FOR DOMAINS PAGE                 **
******************************************************
*****************************************************/

BODY
{
    background-color: White;
    color: #112255;
	margin:0;
	padding:0;
}

A:link  {
    text-decoration:    none;
    color:  Blue;
}

A:visited   {
    text-decoration:    none;
    color:  Navy;
}

A:active    {
    text-decoration:    none;
    color:  Navy;
}

A:hover {
    text-decoration:    underline;
    color:  Maroon;
}

.heading
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000088;
}
.main
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
	background-color: transparent;
}

