
  /*----------------------------------------------
    CSS Settings For HTML Div ExactCenter
    ------------------------------------------------*/
   body {
   color: black;
   background-color: lightgrey;
   }

    span {
    color:red
    }

    h1
    {
    font-size: 32px;
    text-align:center;
    border-radius:10px 10px 0 0;
    margin:-10px -40px;
    padding:15px
    }

    h6
    {
    font-size: 18px;
    text-align:center;
    border-radius:10px 10px 0 0;
    margin:-10px -40px;
    padding:15px
    }

    hr
    {
    border:0;
    border-bottom:1px solid;
    margin:10px -40px;
    margin-bottom:30px
    }

    a {
    text-decoration:none;
    color: #000000;
    }


/* This sets button link colors */
a:link, a:visited {
    background-color: #ffe4c4;
    color: black;
    border: 2px solid black;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 270px;
    height: 30px;
    border: 2px solid black;
}

/* This sets button link colors */
a:hover, a:active {
    background-color: white;
    color: red;
}

th {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 270px;
    padding: 10 10;
}

td {
    width: 470px;
    margin: 10 10;
    padding: 10 10;
    background-color: black;
    color: white;
}


ul {
	list-style-type: none;
	margin: 10 10;
	padding: 10 10;
	background-color:#b6e6ff;
    	text-align: center;

)

table {
        text-align: center;
        background-color: #b6e6ff;
}

td {
	margin: 10 10;
        padding: 10 10;
        background-color:#b6e6ff;
        text-align: center;

}

