 body { 
	margin: 0px;
	color:#19232d;
	font-size: 14px; 
	font-family: "Times New Roman", Times, serif;
	background-color:#2a394d;
	background-image: url('images/bg.png');
	background-position: right 50%;
	background-repeat: repeat-y;
	cursor: s-resize}

table {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color:#19232d;
	cursor: s-resize;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
a:link {
    color : #F6F6F5;
	text-decoration : underline;
	font-weight: bold;}

a:visited{
color : #59D6EC;
font-weight : bold;
text-decoration : underline;}

a:hover {
color : #B21B1A;
cursor : cross;
text-decoration : line-through;}

div#menu {
	position:absolute;
	visibility:visible;
	width: 489px;
	height: 20px;
	left: 53px;
	top: 280px;

}
  