body {
    background: #000;
  }

div.section {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 450px;
    padding: 10px;
    background-color:rgb(77, 17, 17);
    text-align: center;}

#location > p {
    text-align: center;
}


/*text, link, list format*/

h1 {	font-family:"Times New Roman", Times, serif;
    font-size:26px;
    color:#cecece;
    letter-spacing:15px;
    text-align: center;}

h2 {	font-family:"Times New Roman", Times, serif;
    font-size:18px;
    color:#cecece;
    letter-spacing:10px;
    text-align: center;}

h3 {	font-family:"Times New Roman", Times, serif;
    font-size:14px;
    color:#cecece;
    letter-spacing:3px;}

p {		font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color: #00CCFF;}

div {	font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#00CCFF;
    ;}

li {	padding:15px;
    list-style:square;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#00CCFF}

li a {	font-size:16px;}

a {		color:#00CCFF;
    text-decoration:underline;}

a:hover {
    color:#FFFFFF;
    text-decoration:none;}

#nav {
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333;
    }

    li {
        float: left;
    }

    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    /* Change the link color to #111 (black) on hover */
    li a:hover {
        background-color: #111;
    }
}