*{
  margin: 0;
  }

html{
  margin: 0;
  padding:102px 0 0 134px;
  }

body{
  font-family: Verdana, Arial, "Sans serif";
  margin: 0;
  padding: 0;
  background: url(Logo.jpg) no-repeat;
  }
 
a:link{ 
  font-weight: bold; 
  text-decoration: none; 
  color: blue;
  }
		
a:visited{ 
  font-weight: bold; 			
  text-decoration: none; 			
  color: blue;	
  }
a.black:visited{
  color:black;
  }

a:hover, a:active{			
  text-decoration: underline; 			
  color: #9685BA;
  } 

p.info{
  position:fixed;
  top:220px;
  left:500px;
  text-align: justify;
  font-family: arial;
  font-size: x-large; 
  }

p.links{
  position:fixed;
  top:590px;
  left:500px;
  text-align: justify;
  font-family: arial;
  font-size: x-large; 
  }

