
/* batrax.css */

/* page layout */
/* @page{
	size: 21.0cm 29.7cm;
	margin: 2cm;
}
*/
/* Total Image */
body{
	color: #00ffff;
	fontsize: medium;
	/*font-family: sans-serif;*/
	text-indent: 2em;
	background-color: #669966;
	width: 40em;
}

div#MAIN a:link{
	color: #00ffff;
	text-decoration: none;
}
div#MAIN a:visited{
	color: #00ffff;
	text-decoration: none;
}
div#MAIN a:active{
	color: #00ffff;
	text-decoration: none;
}
div#MAIN a:hover{
	color: red;
	text-decoration: none;
}

div#MAIN h1{
	color: red;
	text-align: center;
	text-indent: 0em;
	font-family: cursive;
	font-size: xx-large;
	/*margin: 1em;*/
	/*font-variant: small-caps;*/
	
}
div#MAIN h2{
	color: #00ffff;
	text-align: left;
	text-indent: 1em;
	font-family: san-serif;
	font-size: x-large;
	/*margin: 1em;*/
	/*font-variant: small-caps;*/
	
}


div#MAIN p{
	font-size: medium;
	text-align: left;
	text-indent: 1em;
	/*font-variant: small-caps;*/
	font-weight: 600;
	/*font-family: cursive;*/
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 0em, 2em, 0em, 2em;
}

div#MAIN strong{
	color: red;
}

div#verse a:link{
	color: #00ffff;
	text-decoration: none;
}
div#verse a:visited{
	color: #00ffff;
	text-decoration: none;
}
div#verse a:active{
	color: #00ffff;
	text-decoration: none;
}
div#verse a:hover{
	color: red;
	text-decoration: none;
}

div#verse h1{
	color: red;
	text-align: center;
	text-indent: 0em;
	font-family: cursive;
	font-size: xx-large;
	/*margin: 1em;*/
	/*font-variant: small-caps;*/
	
}


div#verse p{
	font-size: medium;
	text-align: left;
	text-indent: 0em;
	/*font-variant: small-caps;*/
	font-weight: 600;
	/*font-family: cursive;*/
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 0em, 2em, 0em, 2em;
}
div#verse p#line{
	color: lime;
	text-align: right;
	/*text-indent: 1em;*/
	/*font-variant: small-caps;*/
	font-weight: 600;
	/*font-family: cursive;*/
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 0em, 2em, 0em, 2em;
}

div#verse strong{
	color: red;
}

div#menu p{
	color: #00ffff;
	text-align: center;
	text-indent: 0em;
	/*font-variant: small-caps;*/
	font-weight: 600;
	font-size: large;
	/*font-family: cursive;*/
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 0em, 2em, 1em, 1em;
}

div#menu ul{
	text-align: center;
	font-weight: 600;
	font-size: large;
	color: #8080e0;
	list-style-type: disc;
}
div#menu a:link{
	color: #00ffff;
	text-decoration: none;
}
div#menu a:visited{
	color: #00ffff;
	text-decoration: none;
}
div#menu a:active{
	color: #00ffff;
	text-decoration: none;
}
div#menu a:hover{
	color: red;
	text-decoration: none;
}

/* CITE element definition*/
cite{
	font-style: italic;
	font-weight: 400;
}
CITE A:link{
	color: black;
	text-decoration: none;
}
cite a:visited{
	color: black;
	text-decoration: none;
}
cite a:active{
	color: black;
	text-decoration: none;
}
cite a:hover{
	color: silver;
	text-decoration: none;
}

/* define bottom of page---goto top or index*/
div.getback p{
	color: #00ffff;
	text-align: center;
	/*text-indent: 1em;*/
	/*font-variant: small-caps;*/
	font-weight: 600;
	font-size: normal;
	font-family: sans-serif;
	/*line-height: 1.5;*/
	letter-spacing: 0.04em;
	margin: 0em, 2em, 0em, 2em;
}
/*
div.getback ul{
	text-align: center;
	font-weight: 600;
	font-size: large;
	color: #00ffff;
	list-style-type: disc;
}
*/
div.getback a:link{
	color: #00ffff;
	text-decoration: none;
}
div.getback a:visited{
	color: #00ffff;
	text-decoration: none;
}
div.getback a:active{
	color: #00ffff;
	text-decoration: none;
}
div.getback a:hover{
	color: #f0f0f0;
	text-decoration: none;
}
