/* CSS Document */

body{
margin-top:1px;
background-color:#164B1D;
font-family:"Courier New", Courier, monospace;
color:#BDDD42;
}

a {
	font-size: 14px;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #CCCCCC;
}

#tabell{
	margin:auto;
	background-image:url(imgs/background2_708x850p.jpg);
	height:850px;
	width:708px;
}

#input{
	position:absolute;
	background-color:#164B1D;
	width:708px;
	height:50px;
	margin-top:0px;
	margin-left:auto;
	
}
#test{
position:absolute;
margin-top:10px;
margin-left:20px;
width:668px;
}

