/* CSS for iPad HTML5 Portfolio */
/* Target HTML5 but also consider computer display */

html {
height: 100%;
}
body, div, h1, h2, h3, span, p {
font-family: Arial,Helvetica,sans-serif;
font-size: 8pt;
color: #333333;
}
body {
background: #FFFFFF;
height: 100%;
margin: 0px;
overflow: hidden; /* to disable scrollbars */
}
table,tr,td {
font-size: 10pt;
border-color: #333333;
background: #efefef; 
color: ;   /* WHAT'S THIS? */
border-style: solid;
border-width: 2px;
padding: 5px;
border-collapse:collapse;
}
p {
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 8px;
}
h1 {
font-size: 12pt;
line-height: 1.0;
margin-top: 0px;
margin-bottom: 4px;
color: #333333;
}
h2 {
font-size: 9pt;
line-height: 1.0;
margin-top: 4px;
margin-bottom: 4px;
font-weight: bold;
color: #333333;
}
h3 {
font-size: 8pt;
line-height: 1.0;
margin-top: 6px;
margin-bottom: 4px;
font-weight: normal;
color: #333333;
}
a:link {
color: #3333cc;
font-weight: bold;
outline:none;
overflow: hidden;
text-decoration: underline
}
a:active {
color: #33cc33;
font-weight: bold;
outline: none;
overflow: hidden
text-decoration: underline
}
a:visited {
color: #cc3333;
font-weight: bold;
outline:none;
overflow: hidden;
text-decoration: underline
}
a:hover {
font-weight: bold;
outline: none;
overflow: hidden;
text-decoration: underline
}
.warning {
font-size: 14pt;
font-weight: bold;
color: #ff3333;
}
#footer {
margin: 4px;
padding: 3px;
background: #efefef;
height: 80px;
}
#container {
width: 100%;
height: 88%;
}