body {
	width: 95%;
	height: 100%;
	color: #000000;
	font-size: .8em;
	background: #ffffff url(images/mcback2.jpg);
}

h1 {
	color: #0000ff;
	font-size: 3em;
	text-align: center;
}

a, a:visited, a:active a:after {
	color: #0000ff;
}

a:hover {
	color: #991122;
}


/* Navigation */

#navigation ul,
#navigation li {
	list-style: none;
	margin :0;
	padding: 0;
}


#navigation li a{
	color: #000000; 
	text-decoration: none;
	text-align: center;
	display:block;
	width:140px;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: normal;
	padding: 5px 0 5px 0;
	margin: 15px 0 0 -40px;
	overflow:hidden;
	background: transparent url(/images/menu_off.jpg) no-repeat;
}


#navigation li a:visited {
	color: #000;
}

#navigation li a:hover {
	color: #444;
	background: transparent url(/images/menu_on.jpg) no-repeat;
}

#inboxdesign a,
#inboxdesign a:visited,
#inboxdesign a:active {
	color: #2e64a5;
	text-decoration: none;
}

#inboxdesign a:hover {
	color: #009;
	text-decoration: underline;
}
