@media print {

#title {
	display: none;
}

.navbar {
	display: none;
}

body {
	color: black;
	background-color: white;
}

a, a:link {
	text-decoration: underline;
	color: black;
	font-weight: normal;
}

.unlink, .unlink:link, .unlink:visited {
	text-decoration: none;
	color: black;
}

a:visited {
    color: black;
    }

.disnone {
	display: none;
}

}

@media web,screen,projection,aural,braille,embossed,handheld,teletype,tv {

#frame {
	position: relative;
	min-height: 140ex;
	overflow: visible;
}

body {
	color: #ffffff;
	background-color: #000000;
}

a, a:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

.unlink, .unlink:link, .unlink:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
    color: white;
    }

}

/* Tags */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	margin: 5px;
}

p {
	margin-bottom: 1em;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	text-decoration: underline;
	color: #ff0000;
}

/* link classes */

.unlink:hover {
	text-decoration: underline;
	color: #FF0000;
}

.unlink:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* general classes */

.title {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2em;
	margin-bottom: 1em;
}

.small {
	font-size: 10px;
	line-height: 120%;
}

.text_art {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	line-height: 90%;
}
.tiny {
  font-size: 6px;
  }

/* ids */

#frame {
  text-align: left;
  position: relative;
  width: 48em;
  overflow: visible;
  }

#frame.acenter {
	text-align: center;
	margin-top: 6ex;
}

#frame div {
	text-align: left;
}

#title {
	width: 46em;
	margin-top: 6ex;
	margin-left: 0;
	padding-bottom: 0;
}

#content_div {
	margin-left: 2em;
	width: 46em;
}

/*pseudo ids*/

.navbar {
	margin-left: 2em;
	width: 46em;
	margin-top: 2ex;
	margin-bottom: 2ex;
	padding-top: 2ex;
}

.navbar div {
	text-align: left;
}

.navbar a:link, .navbar a:visited {
	font-weight: bold;
	color: #666666
}

a.myself, a.myself:link, a.myself:visited {
	color: #ff0000;
}

.navbar a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none
}

.navbar a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline
}
.class {
  }

.translateable {
  }
.nogap {
  margin-bottom: 0;
  }

