/* CSS Document */

body {
background-color: #000000;
}

table {
background-color: #000000;
color: #C2B9B1; 
text-decoration: none;
font-family: arial;
}

A:link {
color: #88B7ED;
text-decoration: none;
font-family: arial;
}

A:visited {
color: #88B7ED;
text-decoration: none;
font-family: arial;
}

A:active {
color: #88B7ED;
text-decoration: none;
font-family: arial;
}

A:hover {
color: #ffffff;
text-decoration: none;
font-family: arial;
}

table #main {
position: absolute; 
top: 80px; 
left: 20px; 
font-family: arial;
}

#toolKit {
position: absolute; 
top: 60px; 
left: 650px; 
font-family: Palatino Linotype;
font-size: 16px;
width: 160px;
height: 150px;
}

#toolKit A:link {
color: #cccccc;
font-style: italic;
font-weight: bold;
font-family: Palatino Linotype;
}

#toolKit A:visited {
color: #cccccc;
font-style: italic;
font-weight: bold;
font-family: Palatino Linotype;
}

#toolKit A:active {
color: #cccccc;
font-style: italic;
font-weight: bold;
font-family: Palatino Linotype;
}

#toolKit A:hover {
color: #cccccc;
font-style: italic;
font-weight: bold;
font-family: Palatino Linotype;
}