/* CSS Document */

/* body & fonts */

.body {background-color:#FF6DCF;}
.bodybible {background-color:#000000;}

/* tables */

.table1 {width:700px; height:100%; margin-left:auto; margin-right:auto; padding-top:1%;}

/* tds */

.tdheader {background-color:#FF6DCF; width:700px; height:80px; text-align:center; vertical-align:top; font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px; color:#000000;}
.tdleftcol {background-color:#FF6DCF; width:160px; height:100%; text-align:center; vertical-align:top; font-family:Rockwell,Times New Roman,Times,serif; font-size:13px; color:#FFFFFF;}
.tdmiddle {background-color:#FF6DCF; width:380px; height:100%; text-align:center; vertical-align:top; font-family:Rockwell,Times New Roman,Times,serif; font-size:13px; color:#FFFFFF;}
.tdrightcol {background-color:#FF6DCF; width:160px; height:100%; text-align:center; vertical-align:top; font-family:Rockwell,Times New Roman,Times,serif; font-size:13px; color:#FFFFFF;}
.tdbottom_row {background-color:#FF6DCF; width:700px; height:100px; text-align:center; vertical-align:bottom; font-family:Rockwell,Times New Roman,Times,serif; font-size:13px; color:#FFFFFF;}
.tdbottom {background-color:#FF6DCF; width:700px; height:100px; text-align:center; vertical-align:bottom; font-family:Courier New,Courier,mono; font-size:14px; color:#FFFFFF;}

.tdbible {width:700px; height:80px; text-align:center; vertical-align:top; font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px; color:#FFFFFF;}
.tdbottombible {background-color:#000000; width:700px; height:20px; text-align:center; vertical-align:bottom; font-family:Courier New,Courier,mono; font-size:14px; color:#FFFFFF;}

/* links */

A:link {text-decoration:none; color:#FFFFFF}
A:visited {text-decoration:none; color:#FFFFFF}
A:hover {text-decoration:none; color:#FDD6F0}

