/* Iowa State Meteorology 411 Class Site */
/* StyleSheet for Menus */

body {
	margin: 3px;
	padding: 0;
	
	font-family: Verdana, sans-serif;
	font-size: 14px;
	
	background-color: #006;
	color: #fff;
	
	text-align: center;
	}
	
a:link {
	text-decoration: none;
	color: #fff;
	}
	
a:visited {
	text-decoration: none;
	color: #fff;
	}
	
a:hover {
	text-decoration: underline;
	color: #fff;
	}
	
a:active {
	text-decoration: none;
	color: #fff;
	}

table {
	width: 100%;
	margin-top: 5px;
	padding: 0;
	text-align: center;
	}
	
td {
    padding: 4px 1px;
	border: 1px dashed #999;
}
