body {
	background-image: URL('web.jpg'); /* obrázek na pozadí */
	background-attachment: fixed; /* pozadí neroluje */
	background-color: #220700; /* případná barva pozadí černá */
	color: white;  /* bílý text */
	margin-top: 0px; 
        background-repeat: repeat-x;
        
}

A:link {
        color: yellow;
        text-decoration: none;
}
A:visited {
        color: yellow;
        text-decoration: none;

}
A:hover {
        color: yellow;
        text-decoration: underline;
}
A:active {
        color: yellow;
        text-decoration: underline;
}

td    {
      font-size: 10px;
      font-family: "MS Sans Serif";
}
