.previous {
	color: #000;
	background-color: #D7E4E1;
	background-image: url(prev.gif);
	background-repeat : no-repeat;
	background-position : left;
	border-top: 10px solid #FFF; 
	border-bottom: 2px ridge #006699;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.previous a {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 1em;
   font-weight: bold;
	color: #000;
   background-color: #D7E4E1;
   margin: 10px;
}
.previous a:hover {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 1em;
   font-weight: bold;
	color: #000;
   text-decoration: none;
}
.previous a:visited {
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 1em;
	color: #000;
}
.next {
	color: #000;
	background-color: #D7E4E1;
	background-image: url(next.gif);
	background-repeat : no-repeat;
	background-position : right;
	border-top: 10px solid #FFF;
	border-bottom: 2px ridge #006699;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.next a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: #E6E6FA;
	margin: 15px;
}
.next a:hover {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 1em;
   font-weight: bold;
	color: #000;
   text-decoration: none;
}
.next a:visited {
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 1em;
	color: #000;
}
.contents {
	color: #000;
	background-color: #D7E4E1;
	border-top: 10px solid #FFF;
	border-bottom: 2px ridge #006699;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.contents a {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: #D7E4E1;
	margin: 15px;
}
.contents a:hover {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 1em;
   font-weight: bold;
	color: #000;
   text-decoration: none;
}
.contents a:visited {
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 1em;
	color: #000;
}

H1 {
	padding-top: 10px;
	margin-top: 5px;
}

H4 {
	font-weight: strong;
	font-style:  normal;
	font-size: 1.1em;
}

H5 {
	font-weight: strong;
	font-style:  normal;
	font-size: 1em;
}

H6 {
	font-weight: strong;
	font-style:  normal;
	font-size: 1em;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}