/* CSS Padrão */
h1 {
    text-align: center; }

h2 {
	text-align: center; }

p {
	text-align: center;
	color: green; }

p.red {
	color: red;
	font-size: 30px; }

p.blue {
	color: blue; }


a {
	color: #1AEA15; }

html5 {
	text-align: center; }

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
a:link {
    color: green; 
    background-color: transparent; 
    text-decoration: none;}

a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;}
