body {
    background: #FFA07A url(/obrazky/bg.jpg) repeat fixed top;
    font: 11px Arial, Helvetica, sans-serif;
    color: gray;
    font-weight : bold;
    scrollbar-3dlight-color : #FAEBD7;
    scrollbar-arrow-color: #B8860B;
    scrollbar-base-color: #FFA07A;
    scrollbar-darkshadow-color: #D2691E;

}

table{
	width: 550px;
    border: thin solid #FFA07A;
    background-color: #FFEBCD;
    font-size: 11px;
    font-weight : normal;
	margin-left: 5px;
}

.tdtxtblack
 {
    text-align: left;
    color: Black;
    background-color: #FFD700;
    font-size: 12px;
    font-weight : bold;
    padding-left : 5px;
}

 .tdfoto
 {text-align: right;
   background-color: #FFD700;
}

.tdinvestor
 {
    text-align: center;
    background-color: #FFE4B5;
	width: 110px;
}

.tdrok
 {
    text-align: center;
    background-color: #FFE4B5;
	width: 40px;
}

.tdrozsah
 {
    text-align: center;
    background-color: #FFE4B5;
	width: 80px;
}

.tdmisto
 {
    text-align: center;
    background-color: #FFDEAD;
	width: 100px;	
}
.tddoba
 {
    text-align: center;
    background-color: #FFDEAD;
	width: 70px;	
}

a{
    color: gray;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
	color: #FFEBCD;
        
}

a:hover{
    display : block;
    text-decoration : none;
    font-weight: bold;
    font-size: 12px;
    background: #FFA07A;
	color: #FFEBCD;
}
a:visited{
     color: silver;
     text-decoration : none;
}