/* CSS Document */
body {
	margin: 10px 0px 0px;
	color: #FFDA06;
	background-attachment: fixed;
	background-color: #336633;
	background-image: url(../imagebg/bgrnstone.jpg);
}
a:link {text-decoration: underline;
	color: #FFC109;
} 
a:active {text-decoration: underline;
	color: #CC0000;
} 
a:visited {text-decoration: none;
	color: #DDA600;
} 
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #045B00;
}
.shad {filter: Shadow(Color=#380053, Direction=right);}
.shadrop {filter: DropShadow(Color=#380053, OffX=3, OffY=3 Positive=no);}
.thinborder {border: 1px solid #000000;}
.line {text-decoration: underline overline;}
.menuehome {
	height: auto;
	width: auto;
}
