/* CSS Document for plyojump */
/* reset some stuff */
* {
	font-family:"Courier New", Courier, monospace;
	}

body {
	background-color:#FFFFCC;
	}
    
#navigation {
    padding-bottom:4px;
   	border-bottom: 6px solid #8A8A75;
 }
 
 #navigation_bottom {
    border-top: 6px solid #8A8A75;
  }

.history_menu {
	margin-left: 0px; /* compensate for indent of bulleted lists */
	margin-right: 10px;
	border: 1px solid #666;
	background-color:#FFFFDD;
	padding: 4px;
 }

.history_menu li {
    display:inline;
    font-weight:bolder;
    font-size:smaller;
    }
    
.history_menu li a {
    text-decoration:none;
 }
 

.history_menu li a:link {
	color:#440000;
}

.history_menu li a:visited {
	color:#AEA697;
	}
	
/* use CSS animation on the hyperlinks - doesn't work with IE */

.history_menu li a:hover {
	color:#000000;
	font-weight:bolder;
	-moz-transition-duration: .60s;
	-webkit-transition-duration: .60s;
	-o-transition-duration: .60s;
	transition-duration: .60s; /* the final style declaration, after experimental phase over */
}
