a       {
		 color: #000000; 
		 font-weight: bold;
		 size: 11pt;
		 text-decoration: none;		 
		}
		
a:hover {
         color: #ff0033;  <!-- c71585; -->
         size: 11pt;
         text-decoration: underline;
        }

body	{
		 margin: 0px;
		}
		
h2		{
		 text-align: center;
		 font-weight: bold;
		}

p		{
		 text-align: justify;
		}
