﻿	   html
	   {
		overflow-y: scroll;
	   }

       body
       {
		text-align:center;
       }
            
       p    
       {
           font-family:Verdana,Arial,Helvetica,sans-serif;
           font-size:0.8em;
           text-align:justify;
           width:500px;
           line-height: 16pt;
           
       }
       
       a:link {color: blue;}
	   a:active {color: red;}
	   a:visited {color: blue;}
	    
	   .opn
	   {
		font-style:italic;
		color:Red;
		font-weight:bold;
	   }

		.villa
		{
			font-style:italic;
			color:#000066;
		}