/* CSS definition file containing sitestyle stylesheets */
#lower {background:white url('background.jpg') no-repeat fixed 0% 0%;}
 A:link { color: rgb(128,0,0);}
 A:hover { color: rgb(255,0,0);}
 A:visited { color: rgb(128,128,128);}
 .TextNavBar { font-size: xx-small;}
 
/*for index*/
img[src="aninew.gif"] {
	display:none;
}
#dont {
	display:inline;
}

/*for menu*/
.menurow {
	background-image:url('wood.jpg');
	height:24px;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	text-align:center;
}
.linkroll {
	font-family:sans-serif;
	font-size:.68em;
	width:100%;
	color:#FFFFAA;
	padding:0px;
	margin:0px;
	white-space:nowrap;
}
a.linkroll:link {
	text-decoration:none;
	color:#FFFFAA;
}
a.linkroll:visited {
	text-decoration:none;
	color:#FFFFAA;
}
a.linkroll:hover {
	color:yellow;
}
a.linkroll:hover {
	color:yellow;
	outline:none;
}
