img.mac {
	border: 0;
	width: 800px;
	display: inline-block;
	margin: 0 auto;
}

.centerme {
	text-align: center;
}

p.mac {
	color: #00008b;
}

.c1 {
	width: 300px;
	margin: 0 auto;
}

h1.mac {
	color: #3300ff;
	text-align: center;
}

h2.mac {
	color: #00cc33;
	text-align: center;
}

h3.mac {
	color: #FFFFFF;
	text-align: center;
}

span.mac {
	color: #00008b;
	text-align: center;
}

.text {
	color: #FFFFFF;
	text-align: center;
}

.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.mysites a:link a:visited {
	color: #ffe4c4;
	padding: 5px 10px;
	text-align: center;
	text-decoration: underline;
	display: inline-block;
}

a:hover, a:active {
	background-color: #FFFFFF;
	color: #000000;
}

.maccontainer {
	height: auto;
	padding: 0px 0px 0px 0px;
	background-color: #0000ff;
	overflow: auto;
}

ul.macbox {
	
	
	list-style-type: none;
	background: #0000ff;
	float: left;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

ul.macbox li {
	display: inline;
}

ul.macbox a {
	display: block;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

ul.macbox a:hover {
	width: 300px;
	background: #fff;
	color: #000;
}



