/**
 * CSS for text elements.
 *
 * @author Bruno
 */
body
{
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #FBF4DB;
}

p
{
    margin: 10px 0;

    font-size: 0.8em;
    line-height: 1.5em;
}

h1, h2, h3
{
    font-style: italic;
	
	color: #F3A07B;
}

h1
{
    margin: 20px 0 10px 0;

    font-size: 1.8em;
}

h2
{
    margin: 20px 0 10px 0;
    
    font-size: 1.2em;
}

h3
{
    margin: 20px 0 -10px 0;
	
	font-size: 1em;
}

.smaller
{
    font-size: smaller;
}

.larger
{
    font-size: larger;
}

address
{
    padding: 5px 0;

    font-size: 0.8em;
    
    color: #515A3A;
}

a:link, a:visited
{
    color: #F3A07B;
}

a:hover
{
    color: #FBF4DB;
}