
*
{
	font:13px Arial, Helvetica, sans-serif;
}

* html,body
{
	background-color: #000000;
	color:	#ffffa0;
}

b
{
	font-weight:	bold;
}

a:link { color: #ffffa0; text-decoration: none; }
a:visited { color: #ffffa0; text-decoration: none; }
a:hover { color: #000040; text-decoration: none; background-color:#ffffa0; }
a:active { color: #ffffa0; text-decoration: none; }


#heading
{
	color: #ffab6f;
	text-align:center;
	font:20px Impact, fantasy;
}

#wall
{
	background: url('http://starbuck.home.uit.no/ekran/images/web/wall.jpg') no-repeat;
	width:	800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
} 

#xterm
{
	background: url('http://starbuck.home.uit.no/ekran/images/web/xterm.gif') no-repeat;
	width: 429;
	height: 281;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
} 

#text
{
	width:100%;
	height:100%;
	padding-top: 42px;
	padding-left: 12px;
}

p.textblock
{
	margin-left: auto;
	margin-right: auto;
	width: 9em	
}



