/* ----- Author: Marta Spendowska ----- */

/* -----start reset body lists anchors ----- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/mspend-backgr.gif) repeat;
	font: normal 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #aaa;
	letter-spacing: -0.01em;
}

p, p.image {
	text-align: center;
}

img {
	border: 0;
}


ol, ul {
	list-style: none;
}

a {
	color: #ae215e;
	text-decoration: none;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:hover {
	color: #4eacb1;
}

span {
	font-size: 25px;
	color: #cdcdcd;
}