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


h1 {
	font-family: "Philosopher";
	font-size: 25px;
	color: #00bbff;
}
h5 {
	font-family: "Philosopher";
	font-size: ;
	color: #00bbff;	
}

div#content_wrap a,
div.widget a {
	color: #00a6ff;
}
div#content_wrap a:hover,
div.widget a:hover {
	color: #ff8c00;
}

::selection { background: #ff8c00; color: #fff; }

::-moz-selection { background: #ff8c00; color: #fff; }

