* {
    padding: 0;
    margin: 0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background:#a0aab1;
	color:#34383e;
}
.wrapper {
	margin: 0px auto;
	width: 1000px;
}
a:link,a:visited,a:active,a:hover{
	color:#34383e;
	text-decoration:underline;
}
a:hover{
	color:#003c95;
	text-decoration:underline;
}

.news_title a:link, .news_title a:active, .news_title a:visited{
	color:#4f4f4f;
	text-decoration:none;
}

.news_title a:hover{
	color:#000;
	text-decoration:none;
}

.footer a:link,.footer a:visited,.footer a:active,.footer a:hover{
	color:#aab9c3;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

.news_extras a:link,.news_extras a:visited,.news_extras a:active,.news_extras a:hover{
	color:#89909a;
	text-decoration:none;
}
.news_extras a:hover{
	color:#34383e;
}

.work_title{
	font-size:13px;
	font-weight:bold;
}
.work_title a:link, .work_title a:active, .work_title a:visited, .work_title a:hover{
	color:#34383e;
	text-decoration:none;
}