Body 	{
	background-color: #000033; 
	}
	
#subpage {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: silver;
	color: black;
		
	}
	
img	{
	border: 0px;
	} 
	
#middle	{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: silver;
	color: navy;
	}
	

 #left
	{
		float: left;
		width: 400px;
		background-color: silver;
		color: #03;
		height: 1000px;
	}
	
#right
	{
		float:right;
		width: 400px;
		background-color: white;
		color:#03;
		height: 1000px;
	}
	
ul	{
	text-align:center;
	}
p 	{
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #03;
	}
h2	{
	text-align: center;
	color: #03;
	}
	
h3	{
	text-align: center;
	color: #03;
	}

h4	{
	text-align: center;
	color: #03;
	}
	
	
strong 	{
	font-weight: bold;
	}
	
#sweet 	{
	font-size: 1.5em;
	background-color: yellow;
	margin:3em; 
	border-style: dashed;
	border-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-color: blue;
	}
	
	table {text-align: center}

table	{
	margin-left: auto;
	margin-right: auto;
	 border:0px; 
	 padding:8px;
	 text-align:center;
	background-color: silver;
	color: #003;
	text-align: center
	}
.footer	{
	margin: auto;
	text-align: center;
	color: grey;
	font-style: bold;
	margin-top: 2em;
	font-family: verdana;
	font-size: 55%;	
	}
