body
	{
		background-color: #ccffff ;
/*		font-family: verdana, arial, helvetica, sans-serif;*/
	}

.cent {text-align: center}

.just {text-align: justify}

h1, h2, h3, h4, h5, h6, p, a
	{
		font-family: arial, helvetica, geneva, swiss, sunsans-regular;
	}

h1	{ font-size: 20px; line-height: 22px; vertical-align: middle; font-weight: bold ;}

h2	{ font-size: 15px; line-height: 17px; vertical-align: middle; font-weight: bold ;}

h3	{ font-size: 12px; line-height: 14px; vertical-align: middle; font-weight: bold ;}

h4	{ font-weight: bolder; font-size: 12px; line-height: 18px; font-weight: bold ;}

h5	{ font-size: 11px; line-height: 13px; font-weight: bold ;}

p	{ font-size: 11px; height: auto; line-height: 13px; font-weight:  normal;}



.links
	{
		font-family: verdana, arial, sans serif;
		text-align: center ;
		color: #000000 ;
		font-size: 12px ;
		height: auto;
		line-height: 18px;
	}
	

/*	
a:visited { color: green; }

a:hover { color: red; text-decoration: underline; }


a
	{
		font-family: verdana, arial, sans serif;
		font-size: 8pt;
		font-weight : bold;
		color: blue;
		text-decoration: none;
	}
*/

a:link {text-decoration: none; color: red;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: green;}
