* {
	margin: 0;
	padding:0;
}
#body {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#head {
	text-align: center;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #666666;
	background-color: #0033CC;
	margin-top: 0px;
	padding-top: 10px;
}
#main {
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 10px;
}
#foot {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: center;
	font-size: 13px;
	background-color: #0033CC;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CCCCCC;
}
#main p {
	margin-bottom: 10px;
	line-height: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 24px;
	color: #CCCCCC;
	font-style: normal;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	color: #330099;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-top: 0px;
}
dt {
	margin-bottom: 5px;
	margin-top: 5px;
}
dd {
	margin-left: 0px;
}
dl {
	margin-left: 5px;
}
