/* CSS Document */

body {text-align:center}
a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 26px;
font-weight: bold;
color: #FF098E;
text-decoration: none
}
a:hover {
color: #E187FF
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #FF008A;
letter-spacing: 3px;
}
img {
border: 0
}
#descricao {
padding: 10px;
border: dotted 1px #FF6EBC;
width: 650px;
margin: auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #BC0B6B;
margin-bottom: 30px
}

table {
width: 700px;
margin: auto
}
td {
padding: 2px;
border: solid 3px #FF008A;
width: 20%
}