/* base
----------------------------------------------- */

body {

font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #fff;
background-color: #000;

}


p {
padding-right: 10px;
padding-left: 10px;
font-size: 0.9em;
line-height: 1.6em;
}

h1{
font-weight: normal;
font-size: 1.2em;
}

/* div
----------------------------------------------- */

.content
{
margin: 20px auto;
width: 410px;
}

img
{
border: 0;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;

border: none;
}

a:hover {
text-decoration: none;
border: none;
}

a:visited {
text-decoration: none;
border: none;
}

