body
	{ background-color: #030;
	color: #100;
	font-family: "trebuchet ms", geneva, arial, helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	}

#page
	{ position: relative;
	background-color: #ffe;
	margin: 0px;
	padding: 0px;
	width: 700px;
	}

#header
	{ position: relative;
	background-color: #c90;
	letter-spacing: 0.75em;
	word-spacing: 0.75em;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	}

#navbar	
	{ position: relative;
	background-color: #c93;
	word-spacing: 0.75em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	}

#navbar p
	{
	color: #444;
	background-color: transparent;
	}
	
#navbar	a:link	
	{ color: #000;
	text-decoration: none;
	background-color: transparent;
	}

#navbar	a:visited 
	{ color: #600;
	text-decoration: none;
	background-color: transparent;
	}

#navbar	a:hover	
	{ color: #630;
	text-decoration: underline;
	background-color: transparent;
	}

#navbar	a:active 
	{ color: #cca;
	text-decoration: underline;
	background-color: transparent;
	}

.midsection
	{ position: relative;
	background-color: #ffe;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.midsection a:link	
	{ color: #c03;
	text-decoration: none;
	background-color: transparent;
	}

.midsection a:visited 
	{ color: #903;
	text-decoration: none;
	background-color: transparent;
	}

.midsection a:hover	
	{ color: #c03;
	text-decoration: underline;
	background-color: transparent;
	}

.midsection a:active 
	{ color: #fcc;
	text-decoration: underline;
	background-color: transparent;
	}

#inset
	{ position: relative;
	float: right;
	background-color: 000;
	width: 250px;
	margin-left: 30px;
	margin-bottom: 7px;
	}

#inset a 
	{
	font-family: "trebuchet ms", geneva, arial, helvetica, sans-serif;
	color: #100;
	background: #c35;
	text-align: center;
	text-decoration: none;
	display: block;
	border: solid 1px;
	padding: 0.33em;
	}

#inset a:hover 
	{ 
	color: #100;
	background: #fcc;
	text-decoration: none;
	}

#freedesign
	{ position: relative;
	float: center;
	background-color: 000;
	width: 350px;
	margin-left: 30px;
	margin-bottom: 7px;
	}

#freedesign a 
	{
	font-family: "trebuchet ms", geneva, arial, helvetica, sans-serif;
	color: #100;
	background: #c35;
	text-align: center;
	text-decoration: none;
	display: block;
	border: solid 1px;
	padding: 0.33em;
	}

#freedesign a:hover 
	{ 
	color: #100;
	background: #fcc;
	text-decoration: none;
	}

#footer	
	{ position: relative;
	background-color: #c93;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	}


p	
	{ color: #100;
	font-family: "trebuchet ms", geneva, arial, helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	}


h1,h2,h3,h4,h5
	{ color: #730;
	background-color: transparent;
	font-family: palatino, "book antiqua", georgia, "times new roman", times, serif; 
	}

ul	
	{ list-style: disc;
	}

table	
	{ background-color: #c90;
	width: 100%;
	text-align: center;
	border-color: #ca0;
	border-style: groove;
	border-width: 5px;
	padding: 0px;
	margin: 0px;
	}

tr	
	{
	}

th
	{
	background-color: #c93;
	border-color: #c73;
	border-style: inset;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
}

td
	{
	background-color: #ffc;
	border-color: #fff;
	border-style: inset;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
}

ul
	{
	}
	
li
	{
	margin-top: 1.5px;
	margin-bottom: 1.5px;
	list-style-type: square;
}
