/* CSS Document */

body,td,th {
	font-family: Courier New, Courier, monospace; font-size: 12px;
}

#top { position:relative; top:20px; }

#down{ position:relative; height:100px; top:20px;}

#w{ position:absolute; width:50px; top:95%; left:90%;}


a { color: #000000; text-decoration: none;}

a:visited {color:black;
text-decoration: none;}

a:hover {color: #999999;
text-decoration: none;}

a:active {color:black;
text-decoration: none;}
