﻿body 
{
    
  font-family:Tahoma,Geneva,Arial,Helvetica,sans-serif;
  font-size:12px;
  color:#1f1693;
    
}


A
{
    color:#e40052;
    text-decoration: none;
    font-weight:bold
}

A:link
{
    color:#e40052;
}

A:visited
{
   color:#e40052;
}

A:active
{
    color:#e40052;
}

A:hover
{
    color:#e40052;
}

A.SelectedLink
{
    color:#1f1693;    
    
}

.MainDiv
{

 width:750px;
 margin-left:auto;
 margin-right:auto;
    
}

.Error
{
    
    color:Red;
    font-weight:bold;    
    
}
