body {
	background: #000;
	color: #fff;
}

a:hover {
	border-bottom: #fff dotted 1px;
}

#Page {
	border: #030303 solid 1px;
}

#Header {
	font-weight: normal;
	background: url(../images/top.png) no-repeat;
	letter-spacing: 1px;
}
#Header li {
	border-left: #fff solid 1px;
}
#Header a {
	color: #ddd;
}
#Header a.selected {
	color: #fff;
	font-weight: bolder;
	border-bottom: #fff solid 1px;
}

#Footer {
	background: url(../images/bottom.png) no-repeat;
}
#Footer a {
	color: #000;
}
#Footer a:hover {
	border:0;
}
#switcher a {
	color: #fff; font-weight: bolder;
} 

#Center {
	color: #999;
}
#Center h1 {
	color: #111;
	font-style: italic;
}
#Center h2 {
	color: #fff;
	font-style: italic;
}
#Center a , #Center a:visited {
	color: #fee;
}

#cv {
	border-left: #ccc 1px dotted;
	color: #fff;
}
#cv h1 {
	color: #c30;
	letter-spacing: 3px;
	text-decoration: underline;
}
#cv strong {
	color: #999;
}
#cv p {
	margin-top: 2px;
}

#portrait {
	color: #999;
	font-size: x-small;
	font-style: italic;
}
#portrait em {
	font-weight: bold;
}
