html {
margin : 0;
padding : 0;
width : 100%;
height : 100%;
overflow : hidden;
background : #f6f7f1;
top : 0;
left : 0;
}
body {
width : 100%;
height : 100%;
overflow : auto;
margin : 0;
padding : 0;
cursor : default;
}

body td,th{
padding : 10px;
}

h1, h2, h4 {
color : #330000;
}
h3, h5, h6 {
color : #996666;
}
a {
color : #000000;
}
#nav {
display : block;
top : 10px;
width : 63px;
position : fixed;
border : none;
z-index : 3;
float : left;
}
* html #nav {
position : absolute;
}
p:first-letter {
font-size : 25px;
color : #d88;
}
#main {
width : 80%;
padding-left : 10%;
float : none;
z-index : 2;
}
#info td, th {
border : 4px;
border-color : #ff3300;
border-style : solid;
padding : 4px;
}
#copy {
display : block;
position : absolute;
vertical-align : bottom;
font-size : x-small;
left : 20px;
bottom : 20px;
}
.small {
font-size : x-small;
}
.right {
	text-align:right;
	right: 0px;
	position: relative;
	float: right;
	bottom: 20px;
	width:50%;
}
