/*
Style Sheet
Author:Kyle See
Date:11/2015
*/
/*Img Styles */
img#logo {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }
img#destiny1 {
	float: left
	clear: left;
}

img#destiny2 {
	float: right;
	clear: right;
}
/*heading style*/
h1#calendar {
	text-align: center;
	font-size: 40pt;
}
h1#guide {
	text-align:center;
}
h1, h2 {
	color:red;
}
h1#dssl {
	text-align: center;
}
/*Body Style*/
body {
	background-color: black;
	color: white;
	font-family:"Comic Sans MS", cursive, sans-serif;
}
/* List Style*/

 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}	

li {
	display: inline-block;
}
/*Article Style*/
article#mission {
	float: center;
	text-align: center;
} 
/*Form Style*/
form {
	text-align: center;
}

/*footer style */
 footer {
 	text-align: center;
 }
 /*paragraph style*/
p {
	clear:left;
	clear:right;
}
/*table style*/
th {
	color: red;
}
