@font-face
{
	font-family: "neuropol"; src: url("fonts/neuropol.ttf");
}
@font-face
{
	font-family: "chicken"; src: url("fonts/chicken.ttf");
}


body {
	background-color: #AAAAAA;
}
#general_container {
	background-color: #fef75f;
}
.neuropol {
	font-family: "neuropol";
}
.chicken {
	font-family: "chicken";
}
.main_ul {
	list-style: none;
	float: left;
	width: 940px;
	padding: 40px;
	
}
.main_ul li {
	float: left;
	width: 470px;
	
}
#second_column {
	width: 380px;
	padding-left: 20px;
}
#second_ul{
	list-style: none;
}
p {
	font-size: 22px;
}
.li_purple {
	color: #2221fe;
}
.li_blue_big {;
	color: #a1d550;
}
.padding_20 {
	padding-top: 20px;
}
.blue{
	color: #0f53e8;
}
.violet{
	color: #ff13f1;
}
.green, .green a, .green a:visited{
	color: #24bd5b;
}
.td_img{
	width: 70px;
	height: 70px;
}
.td_text{
	vertical-align: top;
	padding-top: 20px;
}
#no_bullet {
	list-style: none;
	width: 330px;
	padding-top: 100px;
}
.back {
	float: left;
	position: relative;
	top: -350px;
	text-align: center;
	width: inherit;
	right: 40px;
}
.back a, .back a:visited {
	color: #fef75f;
}