﻿/** PCS RESET FOR BOOTSTRAP **/
/** Styles to void or reset those set in common_min.css, before Bootstrap is loaded **/
/** This should let Bootstrap take over these styels from common_min.css **/

/** PCS OVERRIDES (to reset certain base items in common_min.css) **/
html, body {
	height: initial;
	background-color: initial;
	background-repeat: initial;
	border: initial;
}
.ham {
	font-family: initial;
	font-size: medium;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	line-height: initial;
}
a, b {color: initial;}