/* some background colours intentionally not specified as transparency is the desired effect */
/* some colours and background colours from two contexts are the same as they do not ever occur together */

body
{
background-color: #F5F5F5;
color: #000000;
background-image: url(graphics/bgcontact.gif);
margin-top: 5px;
}


div.center
{
text-align: center
}

p.contact
{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
FONT-FAMILY: arial, helvetica, sans-serif;
COLOR: #000000;
text-decoration: none;
margin-left: 10px;
margin-right: 10px;
}

p
{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
FONT-FAMILY: arial, helvetica, sans-serif;
COLOR: #000000;
text-decoration: none;
margin-left: 10px;
margin-right: 10px;
}


a:link.green
{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
LINE-HEIGHT: 14px;
FONT-FAMILY: arial, helvetica, sans-serif;
COLOR: #009900;
text-decoration: underline;
}

a:visited.green
{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
LINE-HEIGHT: 14px;
FONT-FAMILY: arial, helvetica, sans-serif;
COLOR: #009900;
text-decoration: underline;
}

a:hover.green
{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
LINE-HEIGHT: 14px;
FONT-FAMILY: arial, helvetica, sans-serif;
COLOR: #009900;
text-decoration: underline;
}









