@charset "utf-8";
/* CSS Document */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #00F;
	text-align:center;
	margin: 1em;
	padding: 0em;
	border: thick dotted #090;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #900;
	text-align: center;
	border: medium double #939;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align:center;
	color: #060;
	border: 0px none #FFF;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	text-align:center;
	color: #60F;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h5	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #60F;
	text-align: left
	margin: 0px;
	padding: 0px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
}
a:link {
	font-size: 18px;
	font-style: italic;
	color: #000;
	text-align: left;
}
a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #93F;
	background-color: #FF9;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	color: #900;
}
a:visited {
	font-family: "MS Serif", "New York", serif;
	font-size: 18px;
	color: #900;
}
#header {
	background-color: #ffffcc;
	background-repeat: no-repeat;
	border: thick double #000;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 3px;
	margin-right: -17px;
	margin-bottom: 3px;
	margin-left: -17px;
}
#sidebar {
	background-color: #CFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	border: thick solid #000;
	text-align: center;
	float: left;
	height: 200px;
	width: 180px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -17px;
	line-height: 30px;
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000;
	background-color: #CFC;
	text-align: center;
	padding: 0em;
	border: medium dotted #00F;
	position: relative;
	clear: left;
	height: auto;
	width: auto;
	margin-top: 1.5em;
	margin-right: -20px;
	margin-bottom: 0em;
	margin-left: -20px;
	float: none;
}
#code {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: -1px;
}

body {
	font-family: "Comic Sans MS", cursive, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #ffffcc;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0em;
}
