body {
background-color: #464646;
}

#envelope{
font-family: Arial, sans-serif;
width: 85%;
margin: 10px auto; /*margin from left side of page*/
background-color: #000;
color: #fff; /*color of the text*/
border-top: 5px solid gray;
border-bottom: 5px solid gray;
border-left: 5px solid gray;
border-right: 5px solid gray;
line-height: 130%; /*space between one line of text and the next*/
}
#top
{
padding: .5em; /*adds space around text*/
background-color: #000;
border-bottom: 2px solid gray;
}

#leftside
{
p {font-family: "Palatino Linotype", Palatino, serif}
padding: 1em;
float: left;
}
p.style2 {font-size: 10px}
p.style3 {color: #FFFFFF}
p.style4 {
color: #FFCC00;
font-style: italic;
font-weight: bold;
}
p.style5 {color: #FF0000}