body
{
background-color: rgb(216,191,216);
color: rgb(99,0,99);

}

.JokeFont
{
font-family: "Comic Sans MS",Verdana, Arial, sans-serif;
}

.doublespace
{
	line-height: 2;
}

.psalmquote
{
	display: block;
 	font-size: 15px;
	font-weight: bold;
	vertical-aign: middle;
	align: left;
	padding: 1ex;
	width: 200px;

}

table.deltable td
{

     align: middle;
}

table.deltable
{
	align: center;
	border: thin;
	border-style: solid;
	border-color: rgb(251,215,204);
}

table.admintable td
{
	border: thin;
	border-style: solid;
	border-color: rgb(251,215,204);
	border-collapse: collapse;

}


.invisible {
	visibility: hidden;
}
table th {
	background: rgb(255,168,192)
	color: rgb(99,0,99);
	text-align: left;
	padding-top: 0px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
	
table.moduletable td {
	border: thin;
	border-style: solid;
	border-color: rgb(251,215,204);
}

table.moduletable td.noborder {
	border: none;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: rgb(240, 240, 240) url(./images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: rgb(99,0,99);
	text-align: left;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 18px;
	height: 18px;
	width: 150px;
	text-decoration: none;

}
a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: rgb(240, 240, 240);
}


li
{
	color: rgb(99,0,99);
}

a:link, a:visited {
	color: rgb(99,0,99);
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a.commentlink:link, a.commentlink:visited {
	color: blue;
	text-decoration: underline;
}

a.maillink:link, a.maillink:visited {
	color: blue;
	text-decoration: underline;
}

a.normallink:link, a.normallink:visited {
	color: blue;
	text-decoration: underline;
}

a.commentlink:hover {
	color: rgb(99,0,99);
	text-decoration: none;

}


h2 {
	background: rgb(255,168,192);
	color: rgb(99,0,99);
}
#logo, #logo:hover, logo:visited
{
	font-family: Times;
 	font-size: 35px;

	font-weight: bold;
        text-decoration: none;
	color: rgb(99,0,99);
	vertical-align: bottom;
	padding-bottom: 10px;
}

a.decoratedlink, a.decoratedlink:hover, a.decoratedlink:visited {
	text-decoration: underline;
}

