@charset "UTF-8";
/* CSS Document */
html { 
	overflow: scroll
}
body  {
	background: #FFF;
	/*margin-left: 50px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	/*width: 700px;	/*width: 100%;*/
}

#container {
  margin: 0 auto;
  width: 740px;
} 

#content {
	padding: 10px;
	text-align: left;	
}

a:link {
	color: #111;
}
a:visited {
	color: #111;
}
a:hover {
	color: #777;
}
a:active {
	color: #111;
}
.namefont {
	font-size: 36pt;
	/*font-weight: bold;*/
}
.status {
	font-size: small;	
}
.pic {
	float: right;	
}
.header {
	font-size: normal;
	font-weight: bold;
}
.labheader {
	font-size:xx-large;	
}
.list {
	font-size: normal;	
}
a.noul {
	text-decoration: none;
}
a.menua {
	color: white;
	/*font-weight:bold;*/
	text-decoration:none;
	background-color:#000;
	padding:5px;
	/*font-size:small;*/
}
a.menua:hover {
	text-decoration:underline;	
}