﻿/* CSS Document */
 
*{
    margin:0px;
    padding:0px;
    font-family:"Calibri",Helvetica,Arial,sans-serif;
}
 
body {
    background-color:#CCC;
    color:#000;
    font-size:13px;
}
 
.alinhador{
    height:330px;
    left:0px;
    position:absolute;
    top:0px;
    width:530px
}
 
h1 {text-align:center}
#twitter {margin:0 auto; width:542px}
#twitter p {text-align:center}
ul {
    margin:0;
    padding:0;
    background-color:#FAFAFA;
    border:1px solid #E4E4E4;
    -moz-border-radius:5px;
    list-style:none;
}
li {border-bottom:1px dotted #ccc; padding:5px}
li:last-child {border-bottom:none}
li a {color:#999}
