/* o texto aqui colocado é apenas um comentário */
h1
{
/*propriedades do texto*/
text-align:center;
text-decoration:underline;
text-transform:uppercase;
letter-spacing:10px;
/*propriedades do tipo de fonte*/
font-family:"Arial";
font-style:oblique;
font-size:2em; /*1em=16px */
fonte-weight:bold;
/*box model */
padding-top:25px;
padding-bottom:100px;
padding-right:50px;
padding-left:50px;

border-style:dotted;

border-width2px;

border-color:rgb(128,0,0);

margin:30px;
outline:rgb(72,0,0) dashed 6px;

color:rgb(136,0,0);
background:rgb(168,168,168);
}

body
{
backgroung:rgb(224,224,224);
outline: rgb(128,0,0) solid 2px;
padding:50px;
width:1000px;
margin-left:auto;
margin-right:auto;
}

h1, h2, h3, p, a
{
font-family:"Arial Narrow";
}

h1
{
color:rgb(128,0,0);
font-seize:1.5em;
font-style:Bold;
}

h2,h3
{
color:rgb(120,0,0);
}

h2
{
font-size:2.2em;
}

h3
{
font-size:1.8em
}

p
{
color:white;
font-size:0.8em;
}

a{
font-size:0.8em;
text-decoration:none;
color:CC6633;
target-new:tab;
}

a:hover
{
color:CCFF33;
font-weight:bold;
}
