/**
 *
 * CSS core
 * v1
 *
**/

@import '/whotabs/sitefiles/normalize.min.css';


body, html {
 margin: 0;
 padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 20px;
  line-height: 1.5em;
}

@media screen and (min-width: 43em) {
  html {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 182em) {
  html {
    font-size: calc(18px + 6 * ((100vw - 320px) / 680));
    line-height: calc(1.5em + 6 * ((100vw - 320px) / 680));
  }
}

body {
	background-color: Black;
	color: #fefefe;
	font-size: 100.0%;
        font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}


a {background-color: transparent;}
a:link {
	color: #00008B;
        text-decoration: underline;
}


a:visited {
	color: #483D8B;
        text-decoration: underline;
}

a:hover {
	color: #F00;
	text-decoration: none;
}


a:active {
	color: #008000;
	text-decoration: none;
}


  abbr[title] {text-decoration: none; border-bottom:none;}

  .hide, .hidden {
	display: none;
}




h1 {
	font-size: 185%;
	font-weight: bold;
	background: transparent;
	line-height: 1.4em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 0;
}

h4 {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 0;
}
h5, h6{
	font-size: 0.83333333333333em;
	margin-bottom: 0;
}


hr {
	background-color: transparent;
	color: #CCC;
	height: 1px;
	border-top: .25px solid #CCC;
}



#contentbody ul li {
  list-style-type: square;
}

noscript p.ns {
	background-color: transparent;
	color: #F00;
}

#contentbody p, #contentbody li {
	line-height: 1.7em;
}

#content p {
		margin-bottom: 1em;
}

pre {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
/*	font-size: 105%; */

}


table, table td, table th {
	font-size: inherit;
	border-collapse: collapse;
}

td, th {
	font-size: 1em;
}


tfoot td {
	font-size: 86%; 
}

.note {
	font-size: 86%; 

}

.pref {
	font-family: "Courier New", Courier, monospace;
}

.loud {text-transform:uppercase;}

kbd {font-size:120%;}


.clear {
	clear: both; 
}

.offline { cursor: not-allowed; }