/* written by boyzonder, copyright 2004 */
@import url(yinyang.css);

body {
	color: black;
	background-color: white;
}

/* color of pre-formatted text */
pre {
	color: #00008B; /* darkblue */
}

/* the title class, which is the title :-) */
#title {
	color: white;
	background-color: black;
}

/* the page class, which is the main text */
#page a {
	color: #8B0000; /*darkred */
}
#page a:visited {
	color: #8B0000; /*darkred */
}
#page a:hover {
	color: #00008B; /* darkblue */
}
/* the menu class, which is the navigation menu on the left */
#menu {
	background-color: white;
	border: 1px solid black;
}
#menu a{
	color: black;
}
#menu a:hover{
	color: #A9A9A9; /*darkgray */
	background-image: url("images/yangyin.png");	
}
/* a custom note class*/
.note {
	color: #8B0000; /*darkred */
	border: 1px dashed 	#8B0000; /*darkred */
}

/* defines the way links should be displayed in note classes */
#page a.notelink {
	border: none;
	display: inline;

	color: #00008B; /* darkblue */
}

/* button class, for nice buttons */
#page a.X {
	padding: 0px 3px 0px 5px; 

	color: white;
	background-color: 	#8B0000; /* darkred */

	text-decoration: none; 
	font-weight: bold; 
}
#firefoxpopup a.X {
		color: white;
		background: transparent;
}
#stylepopup a.X {
		color: white; 
		background: transparent;
}

/* classes for the valid W3-something buttons */
.W3button a.w3c {
	border: 1px solid black;
}
.W3button a.spec {
	border: none;
}

