
body {
    border: 0;
    font-size: 14px;
    color: navy;
    margin: 40px;
    padding: 40px;
    background: url(tumblr_inline_n258wj9Ceu1qhwjx8.png);
     background-attachment: local;
     background-size: cover;
    
}

h6 {
    font-family: arial;
    border: solid;
    border-width: 2px;
    border-color: white;
    text-decoration-color: white;
    font-size: 2em;
    line-height: 1.5;
    text-align: center;
    margin: 20px;
    padding: 40px;
    
}

p {
  background-color: darkblue;
   line-height: 1.5;
    text-align: center;
    color:white;
  
}

q {
   font-style: italic;
   color: blue;
}

blockquote {
   background-color: blue;
   font-style: italic;
   margin: 50px;
    padding: 20px;
   
}

table {
   border: solid;
   border-color: white;
   border-width: 1px;
   margin: 20px;
   padding: 20px;
   text-align: center;
}

#header ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		#header li {
			float: left;
			border: 1px solid #bbb;
			border-bottom-width: 0;
			margin: 0;
		}

		#header a {
			text-decoration: none;
			display: block;
			background: #eee;
			padding: 0.24em 1em;
			color: #00c;
			width: 8em;
			text-align: center;
		}

		#header a:hover {
			background: #ddf;
		}

		#header #selected {
			border-color: black;
		}

		#header #selected a {
			position: relative;
			top: 1px;
			background: white;
			color: black;
			font-weight: bold;
		}

		#content {
			border: 1px solid black;
			clear: both;
			padding: 0 1em;
		}

