#main {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 680px;
    z-index: 1;
}

#ball {
    position: absolute;
    left: 118px;
    top: 0px;
    z-index: 3;
}

#header {
    position: absolute;
    left: 329px;
    top: 50px;
    z-index: 4;
}

#nav {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
}

#frame {
    position: absolute;
    left: 535px;
    top: 4px;
    z-index: 5;
}

#picture {
    position: absolute;
    left: 540px;
    top: 10px;
    z-index: 6;
}

#button {
    position: absolute;
    left: 613px;
    top: 211px;
    z-index: 7;
}

td {
    font-family: Verdana, Helvetica, Arial;
    color: #000000;
    font-size: 13px;
}

.bodybold {
    font-weight: Bold;
}

hr {
    color: #000000;
    width: 200px;
}

.smallbody {
    font-size: 11px;
}

.score_title {
	font-style:italic;
	font-weight:bold;
}

.score_dscr  {

}

a.body {
    color: #000000;
    text-decoration: underline;
}

a.body:Link {
    color: #000000;
    text-decoration: underline;
}

a.body:Active {
    color: #000000;
    text-decoration: underline;
}

a.body:Visited {
    color: #333333;
    text-decoration: underline;
}

a.body:Hover {
    color: #c0c0c0;
    text-decoration: underline;
}

/*a:hover {color: #FF0000; text-decoration: blink}*/

a.bodybullet {
    font-size: 14pt;
    color: #000000;
    text-decoration: none;
}

a.bodybullet:Link {
    font-size: 14pt;
    color: #000000;
    text-decoration: none;
}

a.bodybullet:Active {
    font-size: 14pt;
    color: #000000;
    text-decoration: none;
}

a.bodybullet:Visited {
    font-size: 14pt;
    color: #333333;
    text-decoration: none;
}

a.bodybullet:Hover {
    font-size: 14pt;
    color: #c0c0c0;
    text-decoration: none;
}