html, body {
height:100%;
width:100%;
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 1.05em;
font-family: "Lucida Grande", Arial, sans-serif;
background-color:#ffffff;
color: black;
}

a{text-shadow: 0.1em 0.1em 0.1em #ccc;outline:none;z-index:1;}
a:link {color: #0000ff; text-decoration: underline;font-family: Georgia, serif;}
a:visited {color: #008; text-decoration: underline;font-family: Georgia, serif; }
a:hover {color: #0f0; text-decoration: underline;font-family: Georgia, serif; }
a:active {color: #ff0; text-decoration: underline;font-family: Georgia, serif; }
a:focus {color: #0f0; text-decoration: underline;font-family: Georgia, serif; }

H1, H2, H3, H4, H5, H6 { 
text-align: center;
font-family: Georgia, serif;
text-shadow: 0.1em 0.1em 0.2em #FDD017;
color: blue;
padding:0.5em;
}

hr{
color:#EAC117;
background-color:#EAC117;
width: 100%;
height: 3px;
}

p { 
text-align: left;
text-indent:2em;
margin-left: 10%; 
margin-right: 10%;
line-height:1.5em;
text-shadow: 0.1em 0.1em 0.1em #ccc;
}

.list {
     /*margin:2em;*/
}

.list ul{
     list-style-position:inside;
     list-style-image:url('/star.png');
     display:block;
     line-height:250%;
     margin-left:10%;
     
}

.list li{
     /*list-style-position:inside;
     list-style-image:url('/star.png');
     display:block;*/
     margin:1em;
     
}

div.codewrap{
width: 80%;
margin-left: 10%; 
margin-right: 10%;
}

pre.code{
border: 2px solid #ff0;
font-family: verdana;
background-color: #dff;
font-size: 11px;
padding: 5px 5px 20px 5px;
position : relative;
overflow: auto;
width: 100%;
}

table{
margin: 0 auto; 
text-align: left;
text-shadow: 0.1em 0.1em 0.1em #ccc;
}

.centered {
text-align: center;/*ie5 hack */
display: block;
margin-left: auto;
margin-right: auto
}

.left {
display: block;
margin-left: 5px;
margin-right: auto;
}

.right {
display: block; 
margin-left: auto;
margin-right: 5px;
}

.floatl {
float:left;
margin:5px;
}

.floatr {
float:right;
margin:5px;
}

.acont {
text-align:center;
font-size:large;
font-weight:bold;
color:#0000ff;
padding:0.5em;
}

.clearfooter {
height: 50px;
clear: both;
}
.clear20 {
height: 20px;
clear: both;
}

#header {
text-align:center;

font-weight:bold;
height: auto;

position: relative;
padding-top: 10px;
left:0;
}

#header li{
     display:inline;
}
#header li a{
     padding:1em;
}

.interNav {
     height:auto;
     margin-right:5%;
     display:inline;
     text-align: center;
     margin-bottom:1em;
}

.interNav li{
     
     height:auto;
     display:inline;
     /*border-color:#00f;
     border-top:1px solid;
     border-right:2px solid;
     border-bottom:none;
     border-left:1px solid;*/
     margin:2px;
}
.interNav li a{
     line-height:2em;
     padding:0 .6em;
     height:auto;
     /*border-color:blue;*/
     /*border-top:1px solid;*/
     /*border-right:1px solid;
     border-bottom:none*/;
     margin:1px;/*border-left:1px solid;*/
     
}

.interNav li a:hover{
     border-color:#000;
     margin:0;
}
#container {
width:100%;
min-height:94%; /*real browsers*/
position: relative;
overflow:auto;
}

* html #container{
height:94%;
}

#content {
     clear:both;
min-height:100%; /*real browsers*/
width:100%;
position: relative;
top:0px;
}

* html #content{
height:100%;
}

#data {
     clear: both;
}

#footer {
clear: both;
text-align: center;
width:100%;
height: 5%;

position: relative;
top:0px;
}

#footer a{
     padding:0.5em;
}

#foot {
clear: both;
text-align: center;
height:auto;
width:100%;

position: relative;
top:0px;
}

#foot a{
     padding:0.5em;
}

#foot  li{
     display:inline;
}

#foot li a{
     padding:0.5em;
}

#r {
     line-height:2em;
    list-style:disc outside;
    margin-left:15%;
    display:block;
}

#textArea {
font-size:large;
line-height:1.5em;
display: block;
padding-top:5%;
padding-left:5%;
margin-left: 10%; 
margin-right: 10%;
position: relative;
}