@import '/c/main.css';
@import '/c/shCore.css';
@import '/c/shThemeDefault.css';

html, body {
	color: #000;
	background: #fff;
}
body {
	font: 76%/1.5 Arial,Helvetica,sans-serif;
}
a:link, a:visited {
	color: #A33300;
}
a:hover, a:active, a:focus {
	color: #D32A00;
}

div.syntaxhighlighter {clear:both;}