


A
{
    COLOR: Blue;
    TEXT-DECORATION: underline;
}

A:visited
{
    COLOR: Blue;
    TEXT-DECORATION: underline;
}
A:hover
{
    COLOR: Red;

     text-decoration : none;

}

TD
{
    FONT-FAMILY: Verdana, MS Sans Serif, Arial,Helvetica;
    FONT-SIZE: 12px
}
P
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, MS Sans Serif, Arial,Helvetica;
    FONT-SIZE: 12px}
BODY
{
    FONT-FAMILY: Verdana, MS Sans Serif, Arial,Helvetica;
    FONT-SIZE: 12px;
    margin: 0;
}
SELECT
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, MS Sans Serif, Arial,Helvetica;
    FONT-SIZE: 12px
}
INPUT
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, MS Sans Serif, Arial,Helvetica;
    FONT-SIZE: 12px
} 
TEXTAREA
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, MS Sans Serif, Arial,Helvetica;
    FONT-SIZE: 12px
}


.nik {
	font-size : 11px;
	font-family :  Arial, Helvetica, sans-serif;
}

.david {
	font-size : 11px;
	font-family :  Arial, Helvetica, sans-serif;
}

.contact {
	font-size : 15px;
	font-family :  Arial, Helvetica, sans-serif;
}

A.contact:LINK, A.contact:VISITED
{
  color: #FFFFFF;
  text-decoration: underline;
}

A.contact:HOVER, A.contact:ACTIVE
{
  color: #FFFFFF;
  text-decoration: none;
}

.menubar
{
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

A.menubar:LINK, A.menubar:VISITED
{
  color: #FFFFFF;
  text-decoration: none;
}

A.menubar:HOVER, A.menubar:ACTIVE
{
  color: #FFFFFF;
  text-decoration: underline;
}

.MenuItem
{
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1px;
}

.MenuItem a, .MenuItem span
{
  padding: 3px;
  display: block;
}

.MenuItem a, .MenuItem A:visited
{
  color: #FFFFFF;
  background-color: #6666FF;
  text-decoration: none;
}

.MenuItem a:hover, .MenuItem span
{
  color: #6666FF;
  background-color: #FFFFFF;
  text-decoration: none;
}

