
p {	
	text-align : justify;
	padding : 5
	font-family : Verdana, Helvetica;
	font-size : 12px;
  	line-height : 1.5em;
  }

H1 {

	font-size : large;
	font-family : Verdana;
	font-weight : bold;
   }

H2 {

	font-size : medium;
	font-family : Verdana;
	font-weight : bold;
   }
	


A  {
	
	font-size : 12px;
        font-weight : bold;
        color : #CCCCCC;
	text-decoration : none;
   }

A:Visited  {

        font-weight : bold;
        color : #CCCCCC;
	text-decoration : none;
   }

A:Active  {

        font-weight : bold;
        color : #000000;
	text-decoration : none;
   }

A:Hover  {

        font-weight : bold;
        color : #000000;
   }

BODY  {

	font-size : medium;
	font-family : Verdana;
	background : #CCCCCC;
      }
img   {
	border: 0;

   }
