body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	background-color: #82ace6;
	padding-left: 6em;
}

a:link {
  color: blue }
  
foo {
	font-family: "Times New Roman", serif;
	color: green;
	background-color: #000000;
}

newsite {
	color: #680000;
}


terminal {
	font-family: Monaco, Courier, "Courier New", monospace;
	font-size: 10pt;
	color: green;

}

cite {
	font-family: "Times New Roman", serif;
}

h2.twitter-title {
	font-size: 1em
}

table {
	border: .2em solid #506D92;
	border-style: solid;
	border-spacing: 0px;
	background-color: #6A8EBE
	font-size: 85%;

}

td {
	border: .1em solid #506D92;
	border-style: solid;
	border-spacing: 0px;
	font-size: 85%;
	background-color: #6A8EBE

}

table.crt {
	background-color: black;
	color: green;
	border-color: #BDA267;
}

table.crt td {
	padding: .5 em;
	background-color: black;
}

table.badges {
	border: 0em;
	border-style: none;
	background-color: #82ace6;
}

table.badges td {
	border: 0em;
	border-style: none;
	background-color: #82ace6;
}
	

ul.navbar {
	list-style-type: none;
    position: absolute;
    top: 3em;
    left: -2.5em;
    width: 5em;
}

ul.navbar li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
    background: #004080;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: .5em solid white;
    border-left: .5em solid white;
}

ul.navbar a {
	color: white
}

ul.navbar a:link {
	color: white
}

ul.navbar a:visited {
	color: white
}