h1, table { margin-left: 18px; }

/*----------------------------------------------------------------------------------*/
/*---------[ COMMON-Section ]-------------------------------------------------------*/
body {
background-color: #000000;

scrollbar-face-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#000000;

scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;

overflow-x: hidden;
}

div {
position: absolute;
}

img {
width: 144px;
height: 108px;
margin-bottom: 7px;
border: none;
}

h1 {
font-family: Arial, sans-serif;
font-size: 25px;
font-weight: bold;
color: #FFFFFF;
}

/*---------------------------------------------------------------------------------*/
/*---------[ TABLE-Section ]-------------------------------------------------------*/
table {
border-collapse: collapse;
}

col.colPic {
width: 154px;
}
col.colHeader {
width: 450px;
}

/*---------------------------------------------------------------------------------*/
/*---------[ LINK-Section ]--------------------------------------------------------*/
a {
font-family: Arial, sans-serif;
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

a:hover { text-decoration: underline; }
