/* Global Styles */

body {
	margin:17px;
	}
	
td {
	color:#009966;
	font-family: "Maiandra GD";
	font-size: 16px;
	}
	
a {
	color: #FF080E;
	}
	
a:hover {
	color: #FF9900;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #2A5A7E
	}

#navigation a {
	color: #000066;
	line-height:17px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	font-family: "Maiandra GD";
	font-size: 16px;
	font-weight: normal;
	}
	
#navigation a:hover {
	color:#FFFFCC;
	font-weight:bold;
	background: url("mm_bullet_yellow.gif") 10px 50% no-repeat;
	font-size: 18px;
	}

