a:link {text-decoration: none;
        color: white;}
a:visited {text-decoration: none;
           color: yellow;}
a:hover {text-decoration: underline;
         color: black;}
a:active {text-decoration: none;
          color: green;}   

body
{
    background-image: url("fundo.gif");
}

#caixaNomeLivro
{
    background-image:url(topo.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-atachment:fixed;
    margin-right: 100px;
    margin-left: 100px;
}

#caixaCapaLivro
{
    background-position: center center;
    margin-right: 100px;
    margin-left: 100px;
    background-image: url("cabecalho.jpg" );
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 40px;
    color: white;
    text-align: right;
    padding-right: 20px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left-color: black;
    border-right-color: black;
    border-top-color: black;
    border-bottom-color: black;
}

#caixaLinks
{
    padding: 16px 5px 16px 5px;
    font-family: Verdana;
    background-color: #CC9900;
    margin-right: 100px;
    margin-left: 100px;
    text-align: center;
    font-size: 12px;
    color: white;
    font-weight: normal;
    border-left: 1px solid;
    border-right: 1px solid;
    border-left-color: black;
    border-right-color: black;
}

#caixaCorpo
{
    padding: 30px;
    font-family: Verdana;
    font-size: 12px;
    margin-right: 100px;
    margin-left: 100px;
    background-color: #ffffff;
    text-align: justify;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left-color: black;
    border-right-color: black;
    border-top-color: black;
    border-bottom-color: black;
    
}

#caixaCorpo a:link
		{
			text-decoration: none;
			color: #CC9900;
		}
		
#caixaCorpo a:visited
		{
			text-decoration: none;
			color: blue;
		}
		
#caixaCorpo a:hover
		{
			text-decoration: underline; 
			color: #FF0000;
		}
		
#caixaCorpo a:active
		{
			text-decoration: none;
			color: green;
		}

#caixaRodape
{
    padding: 15px;
    font-family: Verdana;
    background-color: black;
    margin-right: 100px;
    margin-left: 100px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
}

#caixaRodape a:link
		{
			text-decoration: none;
			color: #CC9900;
		}
		
#caixaRodape a:visited
		{
			text-decoration: none;
			color: blue;
		}
		
#caixaRodape a:hover
		{
			text-decoration: underline; 
			color: #FF0000;
		}
		
#caixaRodape a:active
		{
			text-decoration: none;
			color: green;
		}
