body {
        background-color: Black;
        background-image:url("../images/blacknight.jpg");
        margin-left: auto;
        margin-right: auto;
	color: white;
	max-width: 960px;
	font-size: 35px;
}

nav {
	text-align:center;
	color: white;
	font-size: 28px;
	margin-left: auto;
    margin-right: auto;
	font-family: "Comic Sans MS", cursive, sans-serif;
}	

img {
	 display:block;
     margin:auto;	 
}	 
	 
h1 {
	 background-image:url("../images/Gradient.jpg");
	 border: 5px outset crimson;
	 text-align: center;
     font-size: 70px;
     color: DarkMagenta;	
     font-family:Barrio;
}

h2 {
	 background-image:url("../images/Gradient.jpg");
	 border: 5px inset yellow;
	 border-width: 2px;
	 border-top-style: dotted;
     border-right-style: solid;
     border-bottom-style: dotted;
     border-left-style: solid;
	 text-align: center;
     font-size: 40px;
     color: Fuchsia;	
     font-family:Barrio;
}

p {
	text-align: center;
	color: white;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 26px;
}

b {
	color: Chartreuse;
}	

pre {
	Font-size: 20px;
}	

video {
	 display:block;
	 margin: auto;
}	 
 
footer {
	text-align: center;
	color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
}

ol {
    font-size: 24px;
}	
	
ul {
	text-align: center;
    margin: 0px;
    padding: 0px;
	list-style-type: none;
}

li {
   font-size:30px
}

a:link {
    font-size: 30px;
    color: white;
}

a:visited {
    color: orange; 
}

a:hover {
    color: orange;
}

a:active {
    color: orange;
}

blockquote {
	text-align: center;
	font-size: 44px;
}

footer {
      text-align: center;
      Color: white
	  margin-left: auto;
      margin-right: auto;
}
