/* CSS for alcyone/xihr
 *
 * $Id: xihr.css 4340 2006-09-14 03:23:31Z max $ $Date: 2006-09-13 20:23:31 -0700 (Wed, 13 Sep 2006) $ */

a:link {color: #ccc;}
a:visited {color: #999;}
a:hover {color: #000; background: #666;}
a:active {color: #666;}

body {
	color: white;
	background: black;
}

div#main {
	margin-left: 10%;
	margin-right: 10%;
}

span.Command {font-weight: bold;}
span.Private {font-style: italic;}


