@charset "utf-8";
/* CSS Document for the Dillman Traininc Center */

body{
	margin:50px;
	padding:0;
	background-color:#97785e;
}
p{
	margin:10px 20px 10px 25px;
}
h3{
	margin:0px;
	font-size:x-small;
	color:#33281f;
	font-weight:normal;
	}
h4{
	margin:0px 0px 5px 20px;
	}

h5 {
	text-align:right;
	font-style:italic;
	font-size:x-small;
	font-weight:normal;
	margin:10px 20px 10px 20px;
	}
h6{
	margin:5px;
	}
table.main{
	width:800px;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	margin:5px 0px 5px 0px;
	border:solid;
	border-width:medium;
	border-color:#6d7c7f;
}
table.foot{
	width:800px;
	height:80px; 
	table-layout:fixed;
	background-color:#6d7c7f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	border:solid;
	border-width:medium;
	border-color:#6d7c7f;
}
a:link {
	color: #33281f;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #33281f;
	text-decoration: underline;
}

a:active {
	font-weight:bolder;
	color: #33281f;
	text-decoration: underline;
}
a:visited {
	color: #33281f;
	text-decoration: underline;
}