/* Hang on, kids... CSS3! @font-face { font-family: "Cabin"; font-style: normal; font-weight: normal; src: url("fonts/cabin.eot") format("embedded-opentype"), url("fonts/cabin.ttf") format("truetype"); } */ body { font-family: "Georgia", serif; background-color: #FFF; color: #000; margin-left: 15%; margin-right: 15%; margin-top: 1in; margin-bottom: 1in; background-image: url("img/sitebg2.png"); background-repeat: repeat-y; /* background-image: url("img/jump.gif"); background-size: 100%; background-attachment: fixed; */ } /* LEFTSHARK h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, .code { background-color: rgba(255,255,255,.5); padding: 10px; } /*************/ h1, h2, h3, h4 { margin-top: 1em; margin-bottom: 0; } h1 { font-size:24pt; border-bottom: 1px solid #000; margin-bottom: 1em; } h2 { font-size: 18pt; } h3 { font-size: 13pt; } .red { color: #F00; } .orange { color: #FA0; } .green { color: #8A0; } .blue { color: #0AF; } .indent { margin-left: 2em; } .code { background-color: #DDD; font-family: "Courier", monospace; text-align: left; text-indent: 0; padding-left: 1em; padding-top: 1em; padding-bottom: 1em; width: 100%; border-left: 3px double #080; /* white-space: nowrap;*/ overflow: auto; } p { font-family: "Georgia", serif; text-align: justify; margin: 0; margin-top: 0.5em; margin-bottom: 1em; text-indent: 1em; } form, table, ul, ol { margin: 0; font-family: "Cabin", "Georgia", serif; } table { border-bottom: 1px solid #000; } td { border-top: 1px solid #000; } a:link, a:visited { color: #484; text-decoration: underline; } a:active, a:hover { color: #000; text-decoration: none; }