body
{
font-size:100%;
font-family:verdana,arial,'sans serif';
background-image:url('gradient_webcam.png');
background-repeat:repeat-x;
background-color:#9A9A9A;
color:#d0d0d0;
margin:30px;
}

div {
    position:relative;
    height: 100%;
    width:100%;
}

div img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:640;
    margin:auto;
}

td
{
padding:0px;
padding-right:7px;
}

h1 {font-size:140%;}
h2 {font-size:110%;}
h3 {font-size:110%;}

th {background-color:#9A9A9A;}

ul {list-style:circle;}
ol {list-style:upper-roman;}

th, td {
    border-bottom: none;
    border-top: none;
    border-left: none;
    overflow: hidden;
    width: 200px;
}

table {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 600px;
    table-layout: fixed;
}

a:link {text-decoration:none;color:#d0d0d0;font-size:100%}    /* 
unvisited link 
*/
a:visited {text-decoration:none;color:#d0d0d0;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */
