p   {
 font-size: x-small;
  font-family: Verdana;
   font-weight: normal;
    font-style: normal;
     color: #0000FF; 
     text-align: justify; 
     height: auto; 
      width: auto;
       margin-left: 2%;
        margin-right: 5%
         }
H1  {
	color : Navy;
	font-style : italic;
	font-weight : normal;
	font-family : Comic Sans MS;
	font-size : large;
      margin-left : 1%;

}

H2  {
	font-size : small;
	font-family : Comic Sans MS;
	font-style : italic;
	color : Navy;
      margin-left : 1%;

}

H3  {
	font-size : xx-small;
	font-family : Arial;
	font-style : italic;
	color : Blue;
      margin-left : 1%;

}

A:LINK  {
	Color : Navy;
	text-decoration : none;
}

A:Visited  {
	text-decoration : none;
	color : Navy;
}

A:Active  { text-decoration : none;
	color : Red;
}

a:hover      { color: #FF00FF; text-decoration: underline }
BODY  {}

H4  {
	font-size : xx-small;
	font-family : Arial;
	font-style : italic;
	color : Blue;
}

ul  {
	list-style : disk;
}

li  {
	list-style-type : disk;
}

table        { text-align: centrato; float: left }
