/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


H1  {
 font-family: Verdana, Arial, sans-serif;
}
H2  {
 font-family: Verdana, Arial, sans-serif;
 }
H3  {
 font-family: Verdana, Arial, sans-serif;
 color: #FFCC00;
}
H4  {
 font-family: Verdana, Arial, sans-serif;
}
H5  {
 font-family: Verdana, Arial, sans-serif;
}


html,
button,
input,
select,
textarea {
    color: #222;
}



body {
    background-color: black;
    color:#E89728;
    ALINK:#FFAD00;
    VLINK:#000000;
    LINK:#000000;
}
 body {text-align:center;
}
 table.center {
    margin-left:auto; 
    margin-right:auto;
}
table, th, td {
  border: none;
  alignment-baseline: central;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
img {
border: none;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#logo {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}
#topnav {
	width:100%;
	text-align:center;
	background-color:#000000;
	height:24px;
	color:#FFFFFF;
}
#topnav a {
	color:#FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}
#container {
	width: 600px;
	margin: 10px auto 10px auto;
	border: 2px dotted #333333;
}
#content {
	padding:10px;	
}
footer {
	font-size: .7em;
	text-align: right;
}
#home-image {
	width: 400px;
	margin: 10px auto;
}
.author img {
	padding-right: 10px;
	float: left;
}
#movie-table {
	width: 100%;
}
#movie-table, #movie-table td, #movie-table th {
	border: 1px solid black;
}
#movie-table tr, #movie-table td {
	padding: 10px;
}
h1 {
	text-shadow: 0.1em 0.1em 0.2em #222222;
}

a {
color: #FFCC00;
 }


 .tabelacentralizada {
    margin-left:auto; 
    margin-right:auto;
  }
 .textocentralizado {
  text-align: center;
}
 .textoaesquerda {
  text-align: left;
}
.textoadireita {
  text-align: right;
}    

