body,td,th {
	font-family: MS sans-serif;
	font-size: 16px;
	
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}
a:hover {
	text-decoration: none;
	color: #660033;
	font-size: 16px;
	background-color: #9496A5;
}
a:active {
	text-decoration: none;
	color: #0030CE;
}

.table_1 {
	height: 100%;
	width: 100%;
}

H1 {
	font-family: MS sans-serif;
	color:#000080; 
	font-size:30px;
	font-weight:bold;
	text-shadow: 3px 3px #888888;
}

H2 {
	font-family: MS sans-serif;
	color:#000080; 
	font-size:22px;
	font-weight:bold;
	text-shadow: 2px 2px #888888;
}
H3 {
	font-family: MS sans-serif;
	color:#000080; 
	font-size:18px;
	font-weight:bold;
	text-shadow: 1px 1px #888888;
}
H4 {
	font-family: MS sans-serif;
	color:#000080; 
	font-size:16px;
	font-weight:bold;
	text-shadow: 1px 1px #888888;
}
.slogan {
	font-family:Comic Sans MS; 
	color:#444444; 
	font-size:50px;
	font-weight:bold;
	text-shadow: 4px 4px #888888;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: darkblue;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 50px;
    text-decoration: none;
    font-weight:bold;
}

li a:hover {
    background-color: #888888;
    color: #000000;
    font-weight:bold;
}

img {
	vertical-align:middle;
}
