/** Reset some basic elements **/
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure, header {
margin: 1em;
}
body {
height: 98%; position: relative; background-color: $background-color; color: $cat-color; font-family: $font-family; margin: $zero-distance auto; padding: $zero-distance; font-size: $base-font-size; margin-left: $zero-distance;
}
a:active, a:link, a:visited {
color: $console-color; text-decoration: none; font-weight: bold; font-size: 13pt;
}
a:hover {
background-color: $console-color; color: $cat-color;
}
header, h4 {
display: inline;
}
article {
margin: 0 auto;
}
footer {
position: absolute; height: 30px;
}