body.com {
	margin: 0px;
	background: #8EBAD7;
	color: #8F585A;
	font-family: arial, helvetica, sans-serif;
}
body.info {
	margin: 0px;
	background: #F4FAFA;
	color: #0E296C;
	font-family: arial, helvetica, sans-serif;
	background-image:url('http://www.isildae.info/img/shadow2_med_dim_feathered.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
}
body.org {
	margin: 0px;
	background: #FFF4D4;
	color: #0E296E;
	font-family: arial, helvetica, sans-serif;
	background-image:url('http://www.isildae.org/img/JeusuAndChildren_dim.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom left;
}
body.net {
	margin: 0px;
	background: #F9F9F9;
	color: #6C2D4D;
	font-family: arial, helvetica, sans-serif;
}

table.isildae {
	table-layout: fixed;
	border-collapse: collapse;
	border: 0pt solid;
	width: 900;
}
td.isildae-l {
	border-collapse: collapse;
	border: 0pt solid;
	text-align: left;
	vertical-align: middle;
}
td.isildae-r {
	border-collapse: collapse;
	border: 0pt solid;
	text-align: right;
	vertical-align: middle;
}
td.isildae-c {
	border-collapse: collapse;
	border: 0pt solid;
	text-align: center;
	vertical-align: middle;
}

table.border {
	table-layout: fixed;
	border-collapse: collapse;
	border: 2pt solid;
	width: 900;
}
td.border-l {
	border-collapse: collapse;
	border: 1pt solid;
	text-align: left;
	vertical-align: middle;
}
td.border-r {
	border-collapse: collapse;
	border: 1pt solid;
	text-align: right;
	vertical-align: middle;
}
td.border-c {
	border-collapse: collapse;
	border: 1pt solid;
	text-align: center;
	vertical-align: middle;
}


p.isildae {
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 6px;
	margin-right: 0px;
}
a.com {
	color: #8F585A;
	font-weight: bold;
	text-decoration: none;
}
a.com:hover {
	background: #8F585A;
	color: #8EBAD7;
}
a.info {
	color: #0E296C;
	font-weight: bold;
	text-decoration: none;
}
a.info:hover {
	background: #0E296C;
	color: #F4FAFA;
}
a.org {
	color: #0E296E;
	font-weight: bold;
	text-decoration: none;
}
a.org:hover {
	background: #0E296E;
	color: #FFF4D4;
}
a.net {
	color: #6C2D4D;
	font-weight: bold;
	text-decoration: none;
}
a.net:hover {
	background: #6C2D4D;
	color: #F9F9F9;
}
