﻿#fb_link
	{
	/*Background-color:  #e6ccff;*/
	
	font-size: 30px;
	
	position: fixed;
	top: 10%;
	right: 10%;
	border: 3px solid #a94dff;;
	
	line-height: 50%;
	}

body
	{
	background-image: url(book_image.jpg);
	color: 4d4d4d;
	font-family: Verdana, Arial, Geneva, Arial Black;
	font-weight: normal;
		
	margin: 30px 30px 30px 30px;
	
	}
	
#container
	{
	background-color: white;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header
	{
	font-style: bold;
	font-size: 150%;
	//background-color: 120D85;
	color: 120D85;
	text-align: center;
	margin: 0px 0px 20px 0px;
	}
	
#footer
	{
	clear: both;
	background-color: #B0B0B0;
	color: 120D85;
	text-align: right;
	margin: 0px 0px 0px 0px;
	}

div
	{
	margin: 10px 10px 10px 10px;
	}
	
p
	{
	text-align: justify;
			
	}

h4
	{
	color: 120D85;
	}
	
/* Facebook Links ----------------------------------------------------------------------------    */	
	
/* unvisited link */
a.facebook:link {
    color: #a94dff;
	text-decoration: none;
}

/* visited link */
a.facebook:visited {
    color: green;
	text-decoration: none;
}

/* mouse over link */
a.facebook:hover {
    color: #800000;
	text-decoration: none;
}

/* selected link */
a.facebook:active {
    color: yellow;
	text-decoration: none;
}	

	
/* Content Links ----------------------------------------------------------------------------    */	
	
/* unvisited link */
a.content:link {
    color: blue;
	text-decoration: none;
}

/* visited link */
a.content:visited {
    color: green;
	text-decoration: none;
}

/* mouse over link */
a.content:hover {
    color: #800000;
	text-decoration: none;
}

/* selected link */
a.content:active {
    color: yellow;
	text-decoration: none;
}	


/* Footer Links ----------------------------------------------------------------------------    */	

/* unvisited link */
a.footer:link {
    color: blue;
	text-decoration: none;
}

/* visited link */
a.footer:visited {
    color: green;
	text-decoration: none;
}

/* mouse over link */
a.footer:hover {
    color: white;
	text-decoration: none;
}

/* selected link */
.footert:active {
    color: yellow;
	text-decoration: none;
}		
	
	
/* ordered nested list ----------------------------------------------------------------------------------------------------------------    */	
	
	.title { 
                 
                padding: 5px; 
                counter-increment: ordem; 
            }
            .foo { 
                counter-reset: foo; 
                padding-left: 10px; 
            }
            .foo li { 
                list-style-type: none; 
            }
            .foo li:before { 
                counter-increment: foo; 
                content: counter(ordem) "." counter(foo) " "; 
            }