@charset "UTF-8";
/* CSS Document */


body
	{
	text-decoration: none;
	background-color:black;
	  	}
	
	
#text

{
	
	hight: 100%;
	position:absolute;
	top: 2%;
	margin-left: 20%;
	margin-right: 20%;
}


  a:link
    {
	text-decoration:none;	
	    color: red;

	 
    }
	
    a:visited
   {
	    color: red;
   text-decoration: none;
   }
   
   a:hover
    {
    color: red;
   text-decoration: line-through;
    }
  
   a:active
   {
     } 


#links 

{
	position:absolute;
	bottom: 0px;
	}

p
{	
	text-align: right;

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;	
	}
h1

{
		text-align: right;

	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFF;
	}
	
	
#links

{
	position: absolute;
right: 0px;
bottom: -40px;

}
