@font-face {
    font-family: 'typewriter';
    src: url('typewriter.eot');
    src: url('typewriter.eot?#iefix') format('embedded-opentype'),
         url('typewriter.woff') format('woff'),
         url('typewriter.ttf') format('truetype'),
         url('typewriter.svg#special_eliteregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{	text-shadow: 1px 1px rgba(255,255,255, 0.33);overflow-y:scroll;background-image:URL('../img/bg.jpg');background-attachment:scroll;background-color:#eeeeee;color:#000000;margin:3%;font-size:0.95em;font-family:'typewriter',Arial, Helvetica, sans-serif;line-height:130%}
.layout{margin-left:auto;margin-right:auto;width:100%;max-width:100%}
.header{font-size:1.85em;padding-top:10px;padding-bottom:10px;color:#336699}
.content{padding-top:5px;padding-bottom:5px;font-size:0.9em;color:#666666}
.content code{font-size:1.0em;}
.content h1{font-size:1.2em;margin-top:8px;margin-bottom:8px;color:#336699}
.content h2{font-size:1.1em;margin-top:8px;margin-bottom:8px;color:#336699}
.content h3{font-size:1.0em;margin-top:8px;margin-bottom:8px;color:#336699}
.content h4{font-size:0.9em;margin-top:8px;margin-bottom:8px;color:#336699}
.content h5{font-size:0.8em;margin-top:8px;margin-bottom:8px;color:#336699}
.content h6{font-size:0.7em;margin-top:8px;margin-bottom:8px;color:#336699}
.content p{margin-top:8px;margin-bottom:8px;}
.menu ul{margin:0px;padding:0px;}
.menu li{display:block;margin-bottom:5px;list-style-type:none;}
.menu a:link, .menu a:visited{color:#336699;text-decoration:none;}
.menu a:hover{color:#224477;text-decoration:none;}
li.current a:link, li.current a:visited{color:#224477;text-decoration:none;}
.bottom{font-size:0.75em;color:#999999}
.menu{font-size:1.05em;padding-top:8px;padding-bottom:8px;}
.content a:link,.content a:visited{color:#336699;text-decoration:underline}
.content a:hover{color:#336699;text-decoration:none}
.content img{width:100%;max-width:100%;height:auto;max-height:auto;border-radius:5px}
.content table{width:auto;max-width:100%;}
input,textarea{resize:none;margin-bottom:3px;width:auto;max-width:100%;background-color:#fafafa;border:1px solid #cccccc;font-family:'typewriter',Arial, Helvetica, sans-serif;padding:3px;min-height:24px;border-radius:5px}

