.just
{
        font-family: arial, helvetica, sans-serif;
	font-style : normal;
	font-size : 100%;
        text-align : justify;
        color : #000000;
}

.center
{
        font-family: arial, helvetica, sans-serif;
	font-style : normal;
	font-size : 100%;
        text-align : center;
        color : #000000;
}

.copy
{
        font-family: arial, helvetica, sans-serif;
	font-style : normal;
	font-size : 80%;
        text-align : center;
        color : #AAAAAA;
}

H2
{
        font-family: arial, helvetica, sans-serif;
	font-style : bold;
	font-size : 120%;
        text-align : center;
        color : #000000;
}

A
{
        font-family: arial, helvetica, sans-serif;
	font-style : normal;
	font-size : 100%;
        text-align : justify;
        color : #000000;
        text-decoration : none;
}

A:active
{
        color : #000000;
        text-decoration : none;
}

A:hover
{
        color : #000000;
        text-decoration : none;
}

A:link
{
        color : #000000;
        text-decoration : none;
}

A:visited
{
        color : #000000;
        text-decoration : none;
}


