body
{
	background-color: #ccffff;
	color: #000000;
	margin: +32pt;
}

h1 
{
	text-align: center;
}

cmd 
{
	color: red;
	margin: 1cm;
}

a.navbar:link {color: #ffffff; font-size: larger; text-decoration: none; font-weight: bold}
a.navbar:visited {color: #ffffff; font-size: larger; text-decoration: none; font-weight: bold}
a.navbar:hover {color: #ffcc33; font-size: larger; text-decoration: none; font-weight: bold}
a.navbar:active {color: #ffcc33; font-size: larger; text-decoration: none; font-weight: bold}

#navigation {
	position: absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
	width:168px;
}
#rightbar {
	position: absolute;
	right: 00;
	top: 00px;
	bottom: 00px;
	color : #ff0000;
	margin: 0;
	padding-left: 1%;
	padding-right: 1%;
	border-style: solid;
	border-width: 1px;
	width : 20%;
	float : left;
}

/* The main body style:  */
.content {
	border-width: 1px;
	position:relative;
	width:60%;
	min-width:120px;
	margin:0px 210px 20px 190px;   
	padding:1%;
	z-index:3;
}
/* Style for the navigation bar. */
.Menu {
	position : absolute;
	padding : 10px;
	color : #ccffff;
	background-color : #333399;
	width : 150px;

	/* If we don't do this, the menu bar overlaps the body in IE6 */
	left: 5%;
	margin: 0px;
}

.Menu a:link {
	color : #ffffff;
	font-size : larger;
	text-decoration : none;
	font-weight : bold;
}
.Menu a:visited {
	color : #ffffff;
	font-size : larger;
	text-decoration : none;
	font-weight : bold;
}
.Menu a:hover {
	color : #ffcc33;
	font-size : larger;
	text-decoration : none;
	font-weight : bold;
}
.Menu a:active {
	color : #ffcc33;
	font-size : larger;
	text-decoration : none;
	font-weight : bold;
}


/* The header at the top of the page. */
#Header {
	text-align: center; 
	font-size:200%;
	font-weight:bold;
}
