/* Primary colors (red bold text, off-white backgroud) */


a:active, a:link, a:visited{color:#BB0000; text-decoration: none; }

a:hover{ 
 color:#000000; 
 font-weight: bold; 
 background-color:#990000; 
} 






body {
	background-color: #EFEFEF;
	color: #000000;
	font-weight: bold;
	background-image: url(http://enochian.org/backgroundenochian.gif);
}

/* Menu colors (black text, gray-ish background)*/
.style2 {	

	color: #000000;
	background-color: #DEDEDE;
	/*position:fixed;*/


}



/* Enochian table colors (same as menus for now) */
.style3 {

	color: #000000;
	font-weight: bold;
	background-color: #DEDEDE;

}

.right {
	position:absolute;
	left:210px;
}


table.daemon {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: darkred;
	border-collapse: separate;

}

table.daemon tr {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: darkred;

	-moz-border-radius: 1px;
}

table.daemon td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: darkred;

	-moz-border-radius: 1px;
}
