@import url("http://alexgorbatchev.com/pub/sh/current/styles/shCore.css");

@import url("http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css");

a {	
   text-decoration: underline;
}
a:hover {	
	color: red;
}

a:visited {	
	color: #4060A0;
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  color: #223355;
  text-decoration: none;
}