/**
 * Este documento contém um estilo comum para vários elementos da página.
 *
 * @package #
 * @category css
 * @name standard.css
 * @author Andréia de Oliveira <andreia2008@gmail.com>
 * @since v0.1 24/06/2009
 */


* {
	margin:0;
	padding:0;
}

body { font-size: 76%; color: black; font-family:  'Lucida Sans', arial; }

p { margin-bottom: 15px; line-height: 24px; }

a { color: #0a3b8a; text-decoration: none; }
a:hover { color: #0a3b8a; text-decoration: underline; }
a img {	border:none; }

h1, h2, h3, h4, h5, h6 {
        color: black;
        font-family: 'Lucida Sans', Helvetica, Arial, sans-serif;
        font-weight: normal;
    }
ul li { list-style: none; }

h1 { font-size: 2.0em; margin-bottom: 15px; }
h2 { font-size: 1.3em; margin-bottom: 15px; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
