@charset "utf-8";
/* CSS Document */
#about a {
	color: #D0DAAF;
	text-decoration: none;
}
#about a:visited {
	color: #D0DAAF;
}
#about a:hover {
	color: #ffff44;
	text-decoration: underline;
}
#about a:active {
	color: #D0DAAF;
}
#about {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	border: 2px solid #2E373D;
	padding: 10px;
	background-image:  url(../images/back_window_dark.png);
}