html 
{
 margin: 0;
 padding: 0;
 color: #000000;
 background-color: #ffffff;
 font-size: 12px;
 font-style: normal;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: justify;
}

.style2 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: 100;
 color: #000000;
}


#alert 
{
 margin: 0;
 padding: 0;
 color: #ff0000;
 background-color: #ffffff;
 font-size: 12px;
 font-style: bold;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: justify;
}

/* Links */
a:link 
{
 color: #993300;
 text-decoration: none;
 font-weight: bold;
}

a:visited 
{
 text-decoration: none;
 color: #993300;
 font-weight: bold;
}

a:hover 
{
 text-decoration: underline;
 color: #993300;
 font-weight: bold;
}

a:active 
{
 text-decoration: none;
 font-weight: bold;
 color: #993300;
}

.style3 
{
 font-size: 12px;
 color: #009999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
}

.style4 
{
 font-size: 12px;
 font-weight: 100;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
