img {border: none}

table.miniatury {
 

background-color: black; 
border: solid #CCC 1px;

}

td.miniatury {
background-color: #333;
border: solid #333 1px;
align: center;

}

tr.miniatury {
border: solid #333 1px;
align: center;
}

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

body {

}

A:link {text-decoration: underline;color:black;}
A:visited {text-decoration: underline;color:black;}
A:active {text-decoration: none;color:red;}
A:hover {text-decoration: underline; color:#ADFF2F;}
