/* you sucks */
@import "images/icons/iconlist.css";

body  {
  background : url("images/barra.png") repeat-x;
  font-size : 14px;
	font-family: "Trebuchet MS", sans-serif;
  color : #00cc33;
	background-color: black;
	text-align: center;
}
a {
 background-color: transparent;
 color: #666666;
 text-decoration: none
}
div.menu {
 text-align : right;
 position : absolute;
 top : 50px;
 right : 25px;
}
img {
border: 0px;
}
small {
font-size: 10px;
}
td#blog {
text-align: left;
vertical-align: top;
width: 300px;
}
td#garage {
text-align: left;
width: 300px;
vertical-align: top;
}
td#stuff {
text-align: left;
width: 310px;
vertical-align: top;
}
table#main {
width: 950px;
border-spacing: 25px;
margin-left: auto;
margin-right: auto;
}
li {
padding-left: 5px;
}
a.url {
font-size: 10px; 
background-color: black;
color: #00cc33; 
text-decoration: none
}
a.url:hover {
background-color: #00cc33;
color: #000000; 
text-decoration: underline
}
.nsfw {
color: red;
font-family: "Trebuchet MS", sans-serif; 
/* font-weight: bold; */ 
font-size: 9px; 
}