/* a g a l y . n e t  :: css*/

a:link {color:#0066FF; text-decoration: none}    /* unvisited link */
a:visited {color:#2c80ff; text-decoration: none} /* visited link */
a:hover {color:#cdcdcd; text-decoration: underline}   /* mouse over link */
a:active {color:#cdcdcd; text-decoration: underline}  /* selected link */



a.menu:link {color:#001433; text-decoration: none; font-weight:600; letter-spacing:4px} /* unvisited menu link */
a.menu:visited {color:#001433; text-decoration: none; font-weight:600; letter-spacing:4px}  /* visited menu link */
a.menu:hover {color:#cdcdcd; text-decoration: underline}   /* mouse over menu link */
a.menu:active {color:#cdcdcd; text-decoration: underline}  /* selected menu link */

/* And I declared that the dead,
       who had already died,
       are happier than the living,
       who are still alive.  
E c c l e s i a s t e s 4:2  */


/* special style sheets */


img.centerpiece {
	display: block;
	margin-left: auto;
	margin-right: auto}


p.header {
	font-size:25px;
	margin:5px 40px;
	letter-spacing:25px;
	text-shadow: 0 0 0.1em #b0b0b0
}


.news_update {
	color: #000000;
	font-size: 12px;
	letter-spacing:4px;
	font-weight: bold
} 

.bible {
	color: #000000;
	font-size: 12px;
	letter-spacing:6px;
} 


p.longtype {
	color: #555555;
	letter-spacing:6px;
	font-size:12px
}

p.special_link {
	color: #555555;
	letter-spacing:6px;
	font-size:10px
}

.divider {
	color: #bababa;
	font-family:monospace;
	font-size: 12px;
	letter-spacing:4px;
	font-weight: bold
} 

.entry {
	color: #bababa;
	font-family:monospace;
	font-size: 12px;
	letter-spacing:4px;
	font-weight: bold
} 



/* default style sheets */



body {
	background: #f0f0f0;
	text-align: left;
	font-family:Verdana;
	margin:centerx
}

img {border-style: none}

p {
	color: #555555;

	letter-spacing:1px;
	font-size:12px}

h1 {
	color: #000000;
	letter-spacing:5px;
	text-indent:50px;
	font-size:20px;}

h2 {
	color: #2a2a2a;
	letter-spacing:5px;
	text-indent:50px;
	font-size:16px;}

h3 {
	color: #555555;
	letter-spacing:6px;
	font-size:12px;}


table,th,td
{
border:0px solid red;
}
