body {
	 background-color: #99ff99;
	 text-align: center;
}

table {
	text-align: center;
	margin: 0 auto;
}
/*************<link rel=stylesheet type="text/css" href="font.css">***************/

a {
	color:bule;
	font-family:times,news,arial;
	font-style:normal;
	font-size:11pt;
}

a:visited {
	color:bule;
	font-family:times,news,arial;
	font-style:normal;
	font-size:11pt;
	text-decoration:none;
}

a:hover {
	color:red;
	font-family:times,news,arial;
	font-style:normal;
	font-size:13pt;
	font-weight:bold;
	text-decoration:none;
}

.title {
	width:100%;
	font-family:times,news,arial;
	font-style:italic;
	font-weight:bold;
	font-size:20pt;
	color:darkblue;
	filter:DropShadow(color=darkgray,offX=1,offY=1,positive=1)
}

.menu {
	width:100%;
	font-family:times,news,arial;
	font-style:normal;
	font-weight:bold;
	font-size:18pt;
	color:forestgreen;
	filter:DropShadow(color=black,offX=1,offY=1,positive=1)
}

.section {
	font-family:times,news,arial;
	font-weight:bold;
	font-size:12pt;
	background:mediumseagreen;
	color:white;
	filter:DropShadow(color=black,offX=1,offY=1,positive=1)
}

.sub {
	width:100%;
	font-family:times,news,arial;
	font-weight:bold;
	font-size:11pt;
	color:steelblue;
}
.exp {
    width: 75%;
    min-width: 965px;
    margin: 0 auto;
    text-align: left;
}