
/*--------------------------------------------
Sets the link colors of the theme
---------------------------------------------*/







h1 {
	font-family: "Ubuntu";
	font-size: ;
	color: ;
}
h5 {
	font-family: "Ubuntu";
	font-size: ;
	color: ;	
}

div#content_wrap a,
div.widget a {
	color: ;
}
div#content_wrap a:hover,
div.widget a:hover {
	color: ;
}

::selection { background: ; color: #fff; }

::-moz-selection { background: ; color: #fff; }

