.normal { font-size: 12px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
blockquote { font-size: 12px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
center { font-size: 12px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
h1 { font-weight: bold; font-size: 24px; font-family: "Times New Roman", Georgia, Times; text-decoration: none }
h2 { font-weight: bold; font-size: 18px; font-family: "Times New Roman", Georgia, Times; text-decoration: none }
h3 { 
    font-weight: bold; font-size: 14px; font-family: "Times New Roman", Georgia, Times; 
    text-decoration: none;
    clear: both;
}
h4 { font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
h5 { font-style: italic; font-size: 12px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
p { font-size: 12px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
pre { font-size: 14px; font-family: "Courier New", Courier, Monaco; font-weight: bold; text-decoration: none }
td { font-size: 12px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
th { font-size: 12px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
ul, ol { font-size: 12px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
img { border: 0 }

.c { text-align: center }
.l { text-align: left }
.r { text-align: right }

p.nav {width: 468px; font-size: .8em; }
p.nav a {padding-left: 30px }
p.nav span {padding-left: 30px; color: #999999 }
h3.noclear { clear: none }

body {
    margin: 0px;
    padding: 0px;
    background: #fff;
	line-height: 1.4em;
}

#main {
    margin: 30px 50px 0 50px;
    width: 500px;
    background: #f5f5f5;
    padding: 0 100px 0 200px;
}

.important {
    border: 1px solid red;
    background: yellow;
    color: black;
    padding: 5px;
}


img.screen {
    float: left;
    margin-left: -200px;
    margin-bottom: 20px;
}

.example > li {
	margin-top: 20px;
}
	
table.fullwidth {
    margin-left: -200px;
};

table tr {
    margin-left: 0px;
}

/* 
 * em - f shift function 
 * kdb - normal function
 * var - g shift function
 */
em, kbd, var {
    font-family: helvetica;
    border: 1px solid black;
    width: 10px;
 	padding:0px 10px 0px 10px;
    font-style: normal;
    font-weight: bold;
	line-height: normal;
}

kbd {
    background: #663;
    color: white;
/*    font-family: charcoal, arial, verdana, helvetica; */
    font-size: .9em;
}

em {
    background: #333;
    color: #fc0;
    font-size: 0.9em;
}

var {
    background: #330;
    color: #7Af;
    font-size: 0.9em;
}

var > sup, em > sup {
    font-size: 0.9em;
}

var.swap > sup, em.swap > sup {
    font-size: 1em;
    position: relative;
    top: .2em;
}

kbd.f {
    background: #fc0;
    color: black;
}

kbd.g, var.g {
    background: #7Af;
    color: white;
}

#footer p {
	text-align: center;
	font-size: .7em;
}