﻿/* Specific targeted element resets for Bootstrap to overwrite.
 * Default CSS specificity too high on basic elements
 */


h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
a,
abbr,
address,
code,
del,
em,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details, 
figure,
figcaption,
output,
ruby,
section,
summary,
time,
mark {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* Psuedo Classes */
a:link {
	color: #428bca;
}
a:active,
a:hover {
	outline: 0;
}
a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline;
}