@charset "UTF-8";
/* CSS Document */
* {
border:0;
font-family:  Tahoma, Verdana;
color: #494949;
font-size:14px;

}
body {
background:url(bg.png) center bottom  no-repeat  #424242;
}
#wrapper {
width: 400px;
position: relative;
margin: 0 auto;
left: 50%;
margin-left: -200px; 

}
#middle {

}
#middle ul li {
list-style:none;
}
#rosa li:hover {
list-style-image: url(seta.png);
}

#rosa a{
color: #f1b1d5;
font-size: 48px;
text-decoration: none;
}
#rosa a:hover {
text-decoration: line-through;
}
.laranja li:hover {
list-style:none;
}
.laranja a {
color: #f1aeac;
font-size: 18px;
text-decoration: none;
}
.laranja a:hover {
text-decoration: line-through;
}
#NoIE {
background: #464646;
padding: 7px;
color: #c6c6c6;
width: 350px;
}