/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color: #fcedd0;
	background-image:url('/pic/body.gif');
}
table {
	border:0px;
	padding:0px;
	margin:0px;
}
table.menu {
	font-weight:bold;
}
table.top {
	background-color: #fcedd0;
	background-image: url('/pic/body.gif');
	border-bottom: 1px dashed #000000;
}
table.main {
        background-color: #e4ffdd;
        background-image: url('/pic/body.gif');
}
table.bottom {
	background-color: #fcedd0;
	background-image: url('/pic/body.gif');
	border-top: 1px dashed #000000;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1e49ac;
	text-align:justify;
	padding:1px;
	margin:5px;
}
td.enjoy {
	padding-right: 10px;
	text-align: right;
	height: 45px;
	color: #000000;
	font-weight: bold;
}
acronym {
	color: #af6254;
	text-decoration: none;
	cursor: help;
}
td.credits {
	font-size:14px;
	text-align:right;
}
td.right {
	text-align:right;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:none;
}

