BODY      {
scrollbar-face-color: ;
scrollbar-highlight-color: ;
scrollbar-3dlight-color: ;
scrollbar-darkshadow-color: ;
scrollbar-shadow-color: ;
scrollbar-arrow-color: ;
scrollbar-track-color: ;
  } 

a:link, a:visited, a:active  { 
text-decoration: underline;
	color: #000000;
 }
 
a:hover {
 color:#5f1621
 } 
 
 a.navi:link, a.navi:visited, a.navi:active{
color: #5f1621
}

a.navi:hover {
 color:#cfcfcf
 } 
 
 
 a.yup:link, a.yup:visited, a.yup:active{
color: #cfcfcf
}

a.yup:hover {
 color:#4c4c4c
 } 
 
 
 table.fun	{
										border: 0px solid #000000;
										border-right-width: 1px;
										border-top-width:1px;
                                        border-left-width:1px;
                                        border-bottom-width:1px;
										padding: 0px;
										margin:0px;	
										white-space: none;
									}

									
td.top	{
										border: 0px solid #000000;
										border-right-width: 0px;
										border-top-width:0px;
                                        border-left-width:0px;
                                        border-bottom-width:0px;
										padding: 0px;
										margin:0px;	
										white-space:0px;
									}		
									
									
td.left	{
										border: 0px solid #000000;
										border-right-width: 1px;
										border-top-width:0px;
                                        border-left-width:0px;
                                        border-bottom-width:0px;
										padding: 0px;
										margin:0px;	
										white-space: none;
									}									
															
	
td.right	{
										border: 0px solid #000000;
										border-right-width: 0px;
										border-top-width:0px;
                                        border-left-width:0px;
                                        border-bottom-width:0px;
										padding: 0px;
										margin:0px;	
										white-space: none;
									}									
	
									
 
@font-face {
    font-family: ManaSpace;
    font-style:  normal;
    font-weight: normal;
    src: url(MANASPA0.eot);
}

@font-face {
    font-family: Commodore 64;
    font-style:  normal;
    font-weight: normal;
    src: url(COMMODO0.eot);
}

@font-face {
    font-family: Press Start K;
    font-style:  normal;
    font-weight: normal;
    src: url(PRESSST0.eot);
}

@font-face {
    font-family: ; Return of Ganon
    font-style:  normal;
    font-weight: normal;
    src: url(RETURNO0.eot);
}

.menutitle{
cursor:pointer;
margin-bottom: .5px;
background-color:#4c4c4c;
color:#ffffff;
width:140px;
padding:3px;
text-align:center;
font-weight:normal;
/*/*/border:1px solid #3c3c3c;/* */
}

.submenu{
margin-bottom: 0.5em;
}

	
.menusub {
margin-bottom: .5px;
background-color:#6c6c6c;
color:#ffffff;
width:140px;
padding:3px;
text-align:left;
font-weight:normal;
/*/*/border:1px solid #3c3c3c;/* */
}
.intro {
	font-family: ManaSpace, Verdana, 'Small Fonts', sans-serif;
	font-size: 15px;
	color: #3c3c3c;
}

.header {
	font-family: Arial, 'Small Fonts', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
}

.byline {
	font-family: Arial, Verdana, 'Small Fonts', sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.story {
	font-family: Arial, 'Small Fonts', sans-serif;
	font-size: 12px;
	color: #48452a;
}

.tam {
	 margin-right: 10px;
	}

.story2 {
	font-family: Verdana, 'Small Fonts', sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #4c4c4c;
}

.footer{
font-family: Commodore 64, Verdana, 'Small Fonts', sans-serif;
	font-size: 8px;
	color: #1c1c1c;
	}
	
/** Navigation **/
ul#nav {
   	list-style:none;
   	margin:0px 0 1em;
	text-align:center;
   	background:#000000;
   	padding-bottom:0px;
   	border-bottom:0px solid #000000;
}
#nav li {
    list-style:none;
    width:11.1%;
    float:left;
	display:block;
    text-align:center;
	background:#000000;
}
* html #nav li {
	/** IE/PC hack due to haphazard line breaks when combined widths = 100% **/
	\width:11.10%;
}
#nav a {
    display:block;
	font:bold .9em/1.8 'Arial', Arial, Tahoma, sans-serif;
	text-decoration:none;
	color:#ffffff;
	margin:0px;
	background:transparent;
}
#nav a:focus, #nav a:hover, #nav a:active {
	border:0px inset #6c6c6c;
	margin:0;
	color:#cfcfcf;
	text-decoration:underline;
}

/** current menu item **/
ul#nav li#active {
	background:#000000;
	font:bold .9em/1.8 'Arial', tahoma, verdana, sans-serif;
	color:#ffffff;
	text-decoration:underline;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 12px;
z-index: 100;
background-color: #000000;
width: 100px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
}