*
{
	font-family: Tahoma;
	font-size: 11px;
	color: black;
}

body
{
	background: #735c4f;
}

a
{
	cursor: pointer;
	font-weight: bold;
	color: #4993de;
}

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

strong
{
	font-weight: bold;
}

b
{
	font-weight: bold;
}

a strong
{
	font-weight: bold;
	color: #4993de;
	cursor: pointer;
}

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

em
{
	font-weight: bold;
	color: #b2f84e;
}

p
{
	margin:0px;
	padding-bottom:10px;
}

.content
{
	padding: 20px 30px 40px 30px;
}

.order_container
{
	padding: 0px 60px 0px 0px;
}

h1
{
	color: #55443B; font-family: Georgia; font-size: 21px !important; margin-bottom:15px;
}
