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

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

a:hover
{
	text-decoration: underline;
	color: white;
}

strong
{
	font-weight: bold;
}

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

.content
{
	background: #5b5858;
	padding: 0px 30px 40px 30px;
}

.content_left_column
{
	padding: 0px 30px 0px 0px;
}

.content_right_column
{
	padding: 0px 0px 0px 30px;
}

h1
{
	font-size:19px;
	font-weight:bold;
	color: white;	
}

h2
{
	font-weight:bold;
	margin-bottom: 20px;
	color: white;
}

p
{
	
	margin-bottom: 15px;

}

ol
{
	list-style: decimal outside; 
	display: list-item;
	padding: 0px 0px 0px 20px;
}


ul {
	list-style: square outside; 
	display: list-item;
	padding: 0px 0px 0px 20px;
}
  