body {
    font-size: 1.8em;
    font-family: verdana;
	color: black;
}

#background {
	background-image: url(basketball.jpg);
	position: fixed;
	z-index: 1;
height: 100%
}
#hr {
    position: fixed;
    z-index: 1;
    width: 100%;
    background-color: red;
    height: 1px;
    top: 400px;
}
* {
	border: 0px; margin: 0px; 
}

#next, #previous, #page {
	position: fixed;
	bottom: 20px;
	z-index: 9999;
    color: orange; font-family: verdana;
    text-decoration: none;font-weight: bold;
}
#next {
    right: 20px;
}
#next:hover {
    text-decoration: underline;
}
#page {
    text-align: center;
    display: block;
    width: 2%;
    left: 49%;
}
#previous {
	left: 20px;
	bottom: 20px;
}
#jupiter {
    color: black;
}
h1 {
    color: black;font-size: 3em; font-weight: normal;
    margin-bottom: 15px;
    
    padding: 0px;
}

.slide {
    width: 700px;
    height: 500px;
    border: 5px solid orange;
    background-color: white;
     color: black;
     padding: 20px;
}
.slide h1 {
    border-bottom: solid 1px gray;
}

cite {
    text-align: right;
}
h2 {
    font-weight: normal;
    margin: 10px 0px; color: black;
}
h2.top {
    margin-bottom: 15px;
    border-bottom: solid 1px gray;
    padding-bottom: 15px;
}
h2 span {
    color: gray;
    text-decoration: none;
    font-size: 0.5em;
    font-family: "Lucida Console";
    position: relative;
    bottom: 0.4em;
}
h3.top {
    font-weight: normal;
    margin-bottom: 15px;
    border-bottom: solid 1px gray;
    padding-bottom: 15px;
}

span.bold {
    font-weight: bold;
    color: black;
}
.green {
    color: green;
}

ul {
	margin: 5px 0px;
}
pre, code {
	font-family: "Lucida Console";
	font-size: 0.8em;
}
font {
   color: #FF8080;
}
.list th {
   color: green;font-size: 1.4em;
}

.list td {
  height: 2em;font-size: 1.2em;
}
.string_output {color:red;}
.bracket {font-size: 22px; width:20px;}
.string, #data div span  {color: Gray;}
.clear {clear:both;}
 .literal {color: #800080; }
.keyword {color: blue}
.magic {background-color: #fff7d7;}
.console { color: blue;}
.this {color: rgb(0,0,192);}
.comment {color: green};
