h1
{
/*propriedades do texto*/
text-align:center;
letter-spacing:10px;
/*propriedades do tipo de fonte*/
font-family:"helvetica";
font-size: 2.5em; /*1em=16px */
fonte-weight:bold;
/*box model */
padding-top:50px;
padding-bottom:50px;
padding-right:50px;
padding-left:50px;

border-style:solid;

border-width2px;

border-color:rgb(255,255,255);

margin:10px;

color:rgb(255,255,255);
background:rgb(0,0,0);
}

body
{
background-color:rgb(0,0,0);
padding:50px;
width:1000px;
margin-left:auto;
margin-right:auto;
}

h1, h2, h3, h4, h5, h6, p, a
{
font-family:"helvetica";
}

h1
{
color:rgb(255,255,255);
font-style:Bold;
}

h2,h3
{
color:rgb(255,255,255);
}

h4,h5
{
color:rgb(255,255,255);
}
h2
{
font-size:1.5em;
}

h3
{
font-size:1.1em
}

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

a{
font-size:0.8em;
text-decoration:none;
color:rgb(255,255,255);
target-new:tab;
}

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