.bodyoutline {
	border: 1px solid #FFFF00;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

.menu {	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9933;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF66;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFF99;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}a:link {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
h3 {
	color: #FF0000;
}
.cmd{
	background-color:white;
	border-bottom:1px solid black;
	border-right:1px solid black;
	width:100px;
	font-color:blue;
}
	
