body
{
  background : white;
}

p.main
{
 font-family : Times;
 font-size : 18px;
 font-style: bold;
 color : gray;
 text-decoration: none;
}

A.menu:link
{
 font-family : Courier;
 font-size : 12px;
 font-style: bold;
 color : darkblue;
 text-decoration: none;
}

A.menu:active
{
 font-family : Courier;
 font-size : 12px;
 font-style: bold;
 color : darkred;
 text-decoration: none;
}

A.menu:visited
{
 font-family : Courier;
 font-size : 12px;
 font-style: bold;
 text-decoration: none;
}

A.menu:hover
{
 font-family : Courier;
 font-size : 12px;
 font-style: bold;
 color : darkblue;
 text-decoration: underline;
}

a.partner
{
 font-family : Arial;
 font-size : 12px;
 color : darkblue;
 text-decoration: underline;
}

a.member
{
 font-family : Arial;
 font-size : 13px;
 color : darkred;
 text-decoration: underline;
}

a.country
{
 font-family : Arial;
 font-size : 13px;
 color : gray;
 text-decoration: underline;
}
               
h1
{
 font-family : Times;
 font-size : 16pt;
 color : darkblue;
 background : lightblue;
}
#error
{
 font-family : Times;
 font-size : 16pt;
 color : white;
 background : darkred;
}
#message
{
 font-family : Times;
 font-size : 16pt;
 color : white;
 background : darkgreen;
}


h2
{
 font-family : Arial;
 font-size : 10pt;
 font-style: none;
 color : black;
 text-align : justify;
}
#indent
{
 text-indent : 30pt;
 font-family : Arial;
 font-size : 10pt;
 font-style: none;
 color : black;
 text-align : justify;
}

h3
{
 font-family : Arial;
 font-size : 9pt;
 font-style: none;
 color : aqua;
 background : darkblue;
}

b.task
{
 font-family : Arial;
 font-style: bold;
 font-size : 9pt;
 color : darkblue;
 background : lightblue;
}
#h3
{
 font-family : Arial;
 font-size : 9pt;
 font-style: none;
 color : aqua;
 background : darkblue;
}


ul
{
 list-style-type : square;
}


th.h1
{
 font-family : Times;
 font-size : 16pt;
 color : darkblue;
 text-align : left;
 background-color : lightblue;
}

th.h3
{
 font-family : Arial;
 font-size : 9pt;
 font-style: none;
 color : aqua;
 background : darkblue;
 text-align : left;
}

textarea
{ 
 background-color : lightblue; 
 border : 0px;
}

