/**
 * @author: Israel Viana
 *
 * You've gotta let me know
 * Are we human
 * or are we dancer?
 */

body { background: white; font-family: tahoma, "sans serif", "arial"; width: 800px; margin: 0 auto; color: #333; font-size: 16px; }

h1 { text-align: center; font-size: 2.5em; font-family: georgia; font-weight: normal; text-shadow: 2px 2px 5px #ccc; }
h2 { text-shadow: 2px 2px 5px #ddd; font-family: "aller", "trebuchet ms"; border-bottom: 2px solid #7992B1; color: #7992B1; margin: 1.5em 0 0.8em; }
h3 { margin: 1.5em 0 1em; font-weight: normal; }

li { margin: 0.7em 0 0 0; }
ul li { list-style-image: url(bullet.png); }

table { margin: 0 auto 0; border: 1px solid silver; border-collapse: collapse; }
table th { padding: 0.5em; border: 1px solid silver; text-shadow: 1px 1px 1px #333; background: #7992B1; color: white; }
table td { padding: 0.2em 0.8em; border: 1px solid silver; }

pre { display: block; border: 1px solid silver; background: #eee; border-radius: 1em; -moz-border-radius: 1em; padding: 1em; }

a:link { color: blue; }
a:hover { color: #7992B1; }
a:active { color: #7992B1; }
a:visited { color: navy; }

a[href=""] { font-weight: bold; color: red; }

.centro { text-align: center; }
