/* CSS Document */

/* body and fonts */

.body {background-image: url(images/star.gif);}

/* tables */

.tableworld {width:650px; height:100%; margin-left:auto; margin-right:auto;}

/* tds */

.tdtitle {width:650px; height:120px; text-align:center; vertical-align:bottom;}
.tdleftcoltop {width:185px; height:40px; text-align:left; vertical-align:top;}
.tdmidtop {width:280px; height:40px;}
.tdrightcoltop {width:185px; height:40px; text-align:left; vertical-align:bottom;}
.tdmidcolleft {width:185px; height:250px; text-align:left; vertical-align:top;}
.tdmidearth {width:280px; height:250px; text-align:center; vertical-align:top;}
.tdmidcolright {width:185px; height:250px; text-align:center; vertical-align:top;}
.tdleftcolbot {width:185px; height:100px; text-align:right; vertical-align:top;}
.tdmidbot {width:280px; height:100px; text-align:center; vertical-align:bottom;}
.tdrightcolbot {width:185px; height:100px; text-align:left; vertical-align:top;}
.tdbottom {width:650px; height:100px; text-align:center; vertical-align:bottom; font-family:Courier New,Courier,mono; font-size:13px; color:#FFFFFF;}

/* links */

A:link {color:#000000;text-decoration:none} 
A:visited {color:#000000;text-decoration:none}
A:hover {color:#000000; text-decoration:underline}
