body
{
background-color:#000000;
font-family: "Impact";
}


header, section, footer, aside, nav, article, figure
 { 
 display: block; 
 } 

nav{
font-size: 20pt;
word-spacing:30px;
color: red;
}


h1
{
font-family: "Impact";
text-weight: normal;
text-align:center;
font-size: 35pt;
}


h2{
font-size: 30pt;
  text-weight: normal;
}

h3{
font-size: 25pt;
  text-weight: normal;
}

p{
color:black;
font-size: 15pt;
font-family: arial;
text-align:justify;
}

.p2{
text-align:left;
}

.p3{
  font-size: 12pt;
}

.q{
  font-family: impact;
  font-size: 20pt;
  text-align: left;
}

.name{
  font-size: 12pt;
  text-indent: 50px;
  font-weight: bold;
  font-style: italic;
}

audio{
  width:100%;
}
  

copyright{

color:white;

font-family:"Impact";

font-size:20px;
}


/*--LINKS--*/
a {
text-decoration:none;
}


a:link {color:white;}  
a:visited {color:white;}
a:hover {color:red;}
a:active {color:white;} 





div a:link {color:red;}
div a:visited {color:red;}
div a:hover {color:black;}
div a:active {color:red;}

/*--LISTS--*/
ul{
font-family: arial;
font-size: 15pt;
text-align: justify;
}

/*--WRAPPERS--*/
#outer{
background: white;
width: 600px;
height: auto;
border-style:double;
border-width:50px;
padding:10px;
color:black;
font-size: 25pt;
}

#inner{
border-style: solid;
border-width: 3px;
width: 290px;
height: auto;
color:black;
padding: 10px;
font-size: 20pt;
}

#content{
width: 500px;
height: auto;
}