/* Copyright © 2011 Prosper Brand All rights reserved.
----------------------------------------------------------------- 
PRSPR Primary Colors: FFFFFF, FFFEEE, 654321, FF0000, 000000. */

body
{
border-width: 0px;
padding: 0px;
margin: 0px;
background-color: #FFFEEE;
text-align: left;

font-family: 'Lucida Grande', geneva, verdana, helvetica, sans-serif;
color: #000000;
line-height: 26px;
font-size: 20px;
}

h1
{
color: #654321;
text-align:left;
font-size:60px;
text-decoration:none;
text-transform:uppercase;
font-weight:normal;
}

li
{
list-style-type: square;
text-align:left;
margin-bottom:20px;
}

p
{
text-align:left;
}

a:link, a:active, a:visited
{
color: #654321;
text-decoration: none;
font-weight: normal;
}

a:hover
{
color: #654321;
text-decoration: none;
font-weight: normal;
border-bottom: 2px solid;
}