A:link{color:bisque;}
A:hover{color:rosybrown;}
A:active{color:pink;}
A:visited{color:white;}

BODY {
	font-family : david, serif;
	color : White;
	background-image : url(bkg.jpg);
	margin-left : 0px;
	margin-top : 0px;
	scrollbar-face-color : "darkgray";
	scrollbar-base-color : "rosybrown";
	scrollbar-arrow-color : "white";
	scrollbar-track-color : "ערשט";
	scrollbar-highlight-color : "beige";
	scrollbar-shadow-color : "rosybrown";
}
 
.MainTitle{text-align:center;
font-weight:bold;
color:"bisque";  
border-top: thin groove Silver;  
border-bottom: thin groove Silver;  
font-family: Arial, sans-serif;
font: larger;
padding: 1%;
}

.emphasis {
	color: rosybrown;
	font: bold;
	font-size: larger;
}

.emphasis2 {
	color: bisque;
	font: bold;
}

