.sonm{
	width:100%;
	height:100%;
}
body{
	background-color:black;
	text-align:justify;
}
.tex{
	color:white;
}
hr{
	width:90%;
}
.hip{
  color:white;
  background-color:DarkGoldenrod;
}
a{
  text-decoration:none;
  color:white;
}
.hip:hover{
  background:red;;
}
a:hover{
  color:black;
  text-decoration:underline  
}
.fot{
  position:absolute;
  z-index:-23;
  height:100%;
	width:100%;
	top:0px;
	left:0px;
}
p{
  color:white;  
}
h1{
  text-align:center; 
  color:blue;  
}
h1:hover{
 color:Yellow;  
}
p:hover{
  color:LightSlateGray;  
}