a {
text-decoration: none;
font-style: italic;
}

a:link {
color: #a083b2;
}
a:visited {
color: #a083b2;
}
a:hover {
color: #000;
}

body {
background: #e5e2e2;
color: #000;
margin: 0px;
font-family: arial, verdana;
font-size: 12px;
}

#container {
width: 800px;
text-align: left;
}

#header {
height: 490px;
}

#navigation {
padding-left: 25px;
}

#content {
padding: 25px;
}

#copy {
width: 75%;
text-align: center;
margin: 0 auto 0 auto;
padding-top: 5px;
padding-bottom: 5px;
border-top: solid 1px #000;
}

img { 
border: 0px;
}

.heading {
font-weight: bold;
font-size: 1.2em;
text-decoration: underline;
}

.center {
text-align: center;
margin: 0 auto 0 auto;
}