html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background-image: url(/images/none.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, Times New Roman, Times;
	font-size: 12pt;
	margin: 0 0 0 15px;
	width: 750px;
	padding: 10px;
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}

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

#self_portrait {
	background-color: #F4F0E7;
	height: 180px;
	font-size: 12pt;
}

#self_portrait strong {
	font-size: 24pt;
}


#navigation_bar {
	margin: 10px 0 10px 0;
	padding: 3px;
	background-color: #F4F0E7;
	font-size: 12pt;
}

#numet_intro {
	height: 120px;
}