body{
	background: #ffffff;
	font-family: 'Tw Cen MT Condensed','Trebuchet MS', 'Arial Narrow','Arial';
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a{
	color: #000;
	text-decoration: none;
}
.grey{
	color: #aaaaaa;
}
.main_title{
	background: #000000;
	padding: 20px;
	color: #ffffff;
	width: 30%;
	float: left;
	margin-top: 50px;
	text-align: center;
}
.main_title h1, h3{
	padding: 0px;
	margin: 2px;	
}
.main_title{
	font-size: 32px;
}

.right_text{
	font-size: 38px;
	color: #333333;
	float: left;
	width: 50%;
	margin-left: 30px;
	margin-top: 30px;
}

.blog, .projects, .design, .about{
	font-size: 53px;
	color: #000;
	line-height: 70px;

}
.blog a:hover{
	background: #cfbf00;

}
.projects a:hover{
	background: #29a4d4;
}
.design a:hover{
	background: #61c240;
}
.about a:hover{
	background: #de6868;
}

.blog{
	background: #fffcd8;
}
.projects{
	background: #d8f4ff;
}
.about{
	background: #ffd8d8;
}
.design{
	background: #e2ffd8;
}