
body {
    background-color : black;
    background-position: 50% 0px;
    color:dodgerblue;
}
* {
    border-radius:5px;
}
#imglogo{
    max-width: 700px;
    width: 700px;
}
A {
	color: #FF4500;
	font-size: 9pt;
	text-decoration: none;
}
A:hover {
	color: #00FF00;
	font-size: 9pt;
	text-decoration: underline;
}
.nickbot{}
.online
.tabella, .categoria{

    background-color: #dae9ff;
}
table {background: #000000; width: 100%; border: 0;}
.head{
    height: 100px;
}
.categoria {
    margin: 1px;
    border: 1px #021129 solid;
    float: left;
    width: 33%;
    background: transparent;
}
.riga{           
    margin: 5px;
    filter:alpha(opacity=90);
    opacity:0.9;
}

.img1 { width:200px; color: white; font-size:30px; font-family: Font, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; }
.img2 { width:200px; color: yellow; font-size:30px; font-family: Font, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; }
.img3 { width:200px; color: red; font-size:30px; font-family: Font, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; }
.img4 { width:200px; color: green; font-size:30px; font-family: Font, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; }

#table4{
    height: 50px;	
}	    
#riga2{
    background-color: inherit ;
}
.clear{clear: both;}

span,  ul {
    filter:alpha(opacity=100);
    opacity:1.0;
}
.search {
    border: 1px #021129 solid;

}
.result_table, .bot_table {
    width: 100%; color: white;
    /*background-color: black;*/
}
#table1 {width: 40%; border: 0;}
#table2 {width: 100%; border: 0;}
#table3 {width: 100%; border: 0;}
#table5 {width: 75%; border: 0;}
#table6 {width: 100%; border: 0;}
#table7 {width: 90%; border: 0;}
#table8 {width: 90%; border: 0;}
#table4 {width: 100%; background: black; padding:6px;}
#table1 td{background: #242424;}
#table2 td{background: #242424;}
table {background: #33CCFF; width: 90%; border: 1;}
#td1 {font-family: verdana; font-size: 8pt; color: red; background: black; }
#td2 {font-family: verdana; font-size: 8pt; color: white; background: black; }
td {font-family: verdana; font-size: 9pt; color: #FFFF00; background: #000000; }
th {font-family: verdana; font-size: 9pt; color: #DC143C; background: black; }

@font-face {
    font-family: Font;
    src: url('font.ttf');
}

