div.name {
	position: absolute;
	top: 6%;
	left: 0;
	height: 30px;
    width: 100%;
    text-align: center;
    font-size: 56px;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	color: #252839;
}

.line {
	border-style: solid;
	border-width: 1px;
	width: 100%;
	position: center;
}

.menu {
	float: left;
	width: 14%;
	font-family: ‘Arial Narrow’, sans-serif;
	background-color: #b5b5b7;
	text-decoration-color: #252839;
}

.iframe_a {
	float: right;
	width: 85%;
	height: 600px;
	border: 2px solid #252839;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #b5b5b7;
    height: 600px;
    color: #252839;
    font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;

}

li a {
	text-decoration: none;
    display: block;
   	color: black;
   	padding-left: 3px;
   	padding-top: 5px;
   	padding-bottom: 3px;
   	text-decoration-color: #252839;
   	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;

}

td a {
	text-decoration: none;
	color: #f2b632;
}

li a:hover {
    background-color: #677077;
    color: #f2b632;
}

h1 {
	text-align: center;
}

table {
	text-align: center;
	font-size: 18px;
}

p{
	font-family: Century Gothic, sans-serif;
}