body {
font-family: Helvetica, Arial, Geneva, Swiss, Sans Seriff;
text-shadow: #111111 1px 1px 1px;
color: #CCCCCC;
background-color: #222222;
background-image: url('http://pixels.whatsmyip.org/images/background.png');
margin: 0px;
}

A {
text-decoration: none;
color: #CCCCCC;
}

.cell {
background-color: #333333;
padding: 10px;
border: 1px solid #cc9900;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
-moz-border-radius: 10px;
border-radius: 10px;
}

.title {
text-align: center;
font-size: 36pt;
}

.texty_text {
text-align: justify;
padding-left: 20px;
padding-right: 20px;
}

.cell_sorta {
background-color: #333333;
padding: 10px;
margin-top: 20px;
border: 1px solid #cc9900;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
-moz-border-radius: 10px;
border-radius: 10px;
}

.cell_no_top {
background-color: #333333;
padding: 10px;
border: 1px solid #cc9900;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
-moz-border-radius: 10px;
border-radius: 10px;
}

.orange_cell {
padding: 10px;
border: 1px solid #cc9900;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #cc9900;
text-shadow: none;
color: #222222; 
}

.orange_cell a { color: #222222; }

.orange_text { color: #CC9900; font-weight: bold; }
.orange_text a { color: #CC9900; font-weight: bold; }

.vsk_tooltip {
border: solid 1px #333333;
background: #444444;
font-size: 9pt;
padding: 1px;
opacity: .80;
}

.pixel_rules {
font-size: 11pt;
text-align: justify;
padding-left: 35px;
padding-right: 35px;
}