BODY {
	background-image : url(cherryblossoms_bg.jpg);
	font-family : Verdana, sans-serif;
	color : #696969;
	scrollbar-base-color: Gray; 
    scrollbar-face-color: Black; 
    scrollbar-track-color: #B22222; 
    scrollbar-highlight-color: Gray; 
    scrollbar-3dlight-color: Black; 
    scrollbar-shadow-color: Gray;
    scrollbar-darkshadow-color: Gray;
	scrollbar-arrow-color : Gray;
}

A:LINK {
	font-weight : bold;
	color : Black;
	text-decoration : none;
}

A:VISITED {
	font-weight : bold;
	color : Black;
	text-decoration : underline;
}

A:ACTIVE {
	font-weight : bold;
	color : Black;
	text-decoration : underline;
}

A:HOVER {
	font-weight : bold;
	color : #B22222;
	text-decoration : underline;
}

.menu {
	font-family : Onyx, serif;
	font-weight : bold;
	font-size : medium;
	width : 90%;
	border-bottom : medium ridge #B22222;
	border-top : medium ridge #B22222;
	}

H1 {
	font-family : "Lucida Handwriting", cursive;
	text-align : left;
	text-decoration : overline;
	font-weight : bolder;
	}

H3 {
	font-weight : bolder;
	text-decoration : overline;
	font-family : Verdana, sans-serif;
}

H6 {
	font-style : oblique;
}

.table_left {
	border-left : 10px solid #B22222;
}

HR {
	color : #B22222;
	width : 80%;
	height : 3px;
	}





