
body
{
   background-color: black;
   color: #67CB5A;
}
a
{
	text-decoration: line; 
	color: silver;
	}

	a:hover
{
   color: #49D64C;
}

h1
{
    border: 2px blue dashed;
	
}

nav
{
   position: absolute;
   bottom: 30px;
   right: 50px;
   height: 90px;
   max-width: 800px;
   overflow: auto;
   z-index: 2;
}

section
{
   position: fixed;
   bottom: 0px;
   left: 0px;
}

aside
{
   position: fixed;
   bottom: 120px;
   right: 0px;
   text-align: right;
}
