body
{
    font-size: small;
    font-family: arial;
}

p{ font-family:Arial; font-size:small; color:Black; text-align:justify} 

h1 {color: navy;}

.divcentre
{
	width: 844px;
	margin-left: auto;
	margin-right: auto;
}

A:link
{
    color: blue;
    text-decoration: none;
}
A:visited
{
    color: blue;
    text-decoration: none;
}
A:hover
{
    color: red;
    text-decoration: none;
}
A:active
{
    color: blue;
}


A.link_text:link
{
    color: black;
    text-decoration: none;
}
A.link_text:visited
{
    color: black;
    text-decoration: none;
}
A.link_text:hover
{
    color: black;
    text-decoration: none;
}

A.link_label:link
{
    color: navy;
    text-decoration: none;
}
A.link_label:visited
{
    color: navy;
    text-decoration: none;
}
A.link_label:hover
{
    color: navy;
    text-decoration: underline;
}

A.link_underline:link
{
    color: blue;
    text-decoration: none;
}
A.link_underline:visited
{
    color: blue;
    text-decoration: none;
}
A.link_underline:hover
{
    color: red;
    text-decoration: underline;
}

A.link_small:link
{
    color: blue;
    text-decoration: none;
    font-size: x-small;
}
A.link_small:visited
{
    color: blue;
    text-decoration: none;
    font-size: x-small;
}
A.link_small:hover
{
    color: blue;
    text-decoration: none;
    font-size: x-small;
}


A.link_tel:link
{
    color: blue;
    text-decoration: underline;
}
A.link_tel:visited
{
    color: blue;
    text-decoration: none;
}
A.link_tel:hover
{
    color: red;
    text-decoration: none;
}
