body {
	background-color: ffffff;
	background-image: url(images/background.jpg);
	color: 000000;
	font-family: "Times New Roman", serif;
	font-size: 15px;
}


hr {
	border-style: none;
	background-color: darkblue;
	margin-bottom: 30px;
}


ul {
	margin-top: 0;
}


.head {
	font-size: 20px;
	text-align: center;
	font-weight: bolder;
}
.sans {
	font-family: sans-serif;
	font-size: 15px;
}


.list {
	margin-left: 25px;
	font-family: sans-serif;
	font-size 15px;
}
.list .desc {
	margin-left: 100px;
	font-size: 11px;
	text-align: justify;
}
.list ul {
	font-family: "Times New Roman", serif;
}


table.cont_box {
	width: 100%;
	border: 5px double darkblue;
	background-color: ffffff;
}


table.link_box {
	width: 100%;
	border: 3px double darkred;
	background-color: ffffff;
}
table.link_box {
	text-align: left;
}
table.link_box a {
	text-decoration: underline;
	color: 000000;
	font-family: sans-serif;
	font-size: 13px;
}

.image .caption { font-size: 80%;
                  font-family: Verdana, Arial, sans-serif;
                  text-align: center; }