body {
	background-color: #DBDBDB;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #555555;
	text-align: center;
}

p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.left {
	text-align: left;
}

a {
	color: #7FB231;
	text-decoration: none;
}

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

h1 {
	font-size: 20px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 10px;
}

.cheap {
	color: #7FB231;
}

.red {
	color: #FF9934;
}

.big {
	color: #7FB231;
	font-size: 30px;
	text-align: center;
}

.fav {
	font-size: 12px;
	text-align: center;
}

.centered {
	text-align: center;
}

.container {
	width: 500px;
	background-color: #ffffff;
	border:1px solid #ff9934;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align: justify;
	margin-top: 10px;
}

.footer {
	font-size: 10px;
	text-align: center;
}
