body {
background-repeat: repeat-x; background-color: #FFFFFF;
}.mobilecontent {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.7em;
	width: 200px;
	background-color: #DCD7CA;
	text-align: center;
	list-style-type: none;
}
.mobilecontent ul {
	list-style: none;
}
.mobilecontent li {
	text-align: left;
	line-height: 20px;
	display: list-item;
}
.mobilecontent a {
	color: #333333;
	text-decoration: none;
}
.mobilecontent a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.redspan {
	color: #840008;
}
