﻿/* This StyleSheet contains custom styles for this project */

h1 {
  font-size: 21px;
  margin-top: 28px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

.i-section-heading
{
  margin-top: 28px;
}

.button
{
    white-space:nowrap;
	background:#EEEEEE;
	border:1px solid #999999;
	padding-left:3px;
	padding-right:3px;
	padding-top:0px;
	padding-bottom:1px;
}

.Highlight
{
    background-color: #FFCC66;
}

.Identifier
{
    color: Teal;
}

.Keyword
{
    color: Blue;
}

.item
{
    background-color: #cce6ff;
}

.keyboard {
  white-space: nowrap;
  background: #FFFFFF;
  font-style: italic;
  font-weight: bold;
  border: 1px solid #777777;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
}

.label
{
    color: #663300;
    font-weight: bold;
}

.menu
{
    background-color: #FFEEAA;
}

.shortcut {
  white-space: nowrap;
  font-weight: bold;
  font-style:italic;
  background: #D5C9E6;
}
