body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.regular{
	font-family: Verdana;
	font-size: 13px;
	margin-left: 6px;
	margin-right: 6px;
}
.regular a:link {
	color: blue;
	font-size: 13px;
	text-decoration: underline;
}
.regular a:visited {
	color: purple;
	font-size: 13px;
	text-decoration: underline;
}
.regular a:active {
	color: red;
	font-size: 13px;
	text-decoration: underline;
}
.regular a:hover {
	color: red;
	font-size: 13px;
	text-decoration: underline;
}

.regarial{
	font-family: Arial;
	font-size: 13px;
}
.regarial a:link {
	color: blue;
	font-size: 13px;
	text-decoration: underline;
}
.regarial a:visited {
	color: purple;
	font-size: 13px;
	text-decoration: underline;
}
.regarial a:active {
	color: red;
	font-size: 13px;
	text-decoration: underline;
}
.regarial a:hover {
	color: red;
	font-size: 13px;
	text-decoration: underline;
}

.menu{
	font-family: Arial;
	color: black;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 1px;
}
.menu a:link {
	color: black;
	font-size: 12px;
	text-decoration: underline;
}
.menu a:visited {
	color: black;
	font-size: 12px;
	text-decoration: underline;
}
.menu a:active {
	color: white;
	font-size: 12px;
	text-decoration: underline;
}
.menu a:hover {
	color: white;
	font-size: 12px;
	text-decoration: underline;
}

.menuitem{
	font-family: Arial;
	color: black;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 6px;
	margin-top: 3px;
}
.menuitem a:link {
	color: black;
	font-size: 12px;
	text-decoration: underline;

}
.menuitem a:visited {
	color: black;
	font-size: 12px;
	text-decoration: underline;
}
.menuitem a:active {
	color: white;
	font-size: 12px;
	text-decoration: underline;
}
.menuitem a:hover {
	color: white;
	font-size: 12px;
	text-decoration: underline;
}
.chapter{
	font-family: Verdana;
	font-size: 13px;
}
.chapter a:link {
	color: blue;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.chapter a:visited {
	color: purple;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.chapter a:active {
	color: red;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.chapter a:hover {
	color: red;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

h1 {
	font-family: verdana;
	font-size: 18px;
}
h2 {
	font-family: Arial;
	font-size: 15px;
}
.bcrum{
	font-family: Arial;
	color: black;
	font-size: 12px;
	font-weight:bold;
	margin-left: 6px;
	margin-top: 2px;
}
.bcrum a:link {
	color: black;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}
.bcrum a:visited {
	color: black;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}
.bcrum a:active {
	color: red;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}
.bcrum a:hover {
	COLOR: red;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}


#float-left {
	float: left;
	padding-bottom: 5px;
	padding-right: 5px;
}
#float-right {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}
