body{
	line-height:1.5em;
}
.titlehead {
	font-size: 83%;
	text-align: center;
}
.date {
	font-size: 92%;
	text-align: right;
}
.content {
	font-size: 100%;
}
h1 {
	font-size: 150%;
}
.val {
	background-color: #EE7D16;
	border-radius: 12px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
}

h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #00F;
	border-left-color: #00F;
	padding-left: 5px;
}
h4 {
	border-bottom: 5px solid #FFFF00;
}

p{
	margin:0px;
}
.cmdwindow {
background-color:#000000;
color:#FFFFFF;
width:600px;
padding:10px 0px;
}
pre{
	font-size:100%;
	margin:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	background-color: #CFF;
	overflow: auto;
}
.caution{
font-size: 120%;
color: red;
}

#menu ul{
	list-style-type:none;
}

#menu ul > li{
	display:block;
	width:150px;
	margin:10px;
	border:solid 1px #999999;
}
#menu ul > li:hover{
	background-color:#CCC;
}

#menu ul > li a{
	display: block;
	width: 140px;
	height: 25px;
	padding: 5px;;
	text-decoration:none;
	color:#666;
}.purpose {
	font-size: 80%;
}
.functions {
	font-size: 150%;
}

.bb{
	background-color:#000;
	color:#fff;
}

.box{
	border: 1px solid crimson;
	padding: 5px;
	display: block;
	width: 500px;
	text-align: center;
}

ol#vlookup > li {
	margin-bottom: 20px;
}
th  {
	background-color: #ddd;
}
.function {
	background-color: #FFDBDB;
	width: 580px;
	padding: 10px;
	margin-bottom: 20px;
}
table + .function {
	margin-top: 30px;
}
.strike{
	text-decoration: line-through;	
}
a.data {
    color: green;
}
a.data:hover {
    background-color: #CFFFDB;
}
a.data:visited {
    color: green;
}
.importance {
	background-color: #F6FF44;
}
.usage {
	width: 600px;
}
table.usage {
	border-collapse: collapse;
	border-spacing: 0px 0px;
}
.usage >tr,td,th,thead{
	border: 1px solid #aaa;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
}
a[href="#top"] {
	margin-bottom: 20px;
	margin-top: 20px;
}
