
/*--------------------------------------------
Sets the link colors of the theme
---------------------------------------------*/


h1 {
	font-family: "Philosopher";
	font-size: ;
	color: ;
}
h5 {
	font-family: "Philosopher";
	font-size: ;
	color: ;	
}

div#content_wrap a,
div.widget a {
	color: #1c44d6;
}
div#content_wrap a:hover,
div.widget a:hover {
	color: #1ed631;
}

::selection { background: #1ed631; color: #fff; }

::-moz-selection { background: #1ed631; color: #fff; }

