a {
text-decoration: none;
color: #606;
}

a:visited {
color: #800080;
}

a:hover {
color: #800080;
border-bottom: 1px dashed;
}

body {
margin: 25px;
font: .8em verdana, tahoma, sans-serif;
background-color: #800080;
}

strong {
color: #800080;
}

ol, ul {
margin-right: 25px;
}

ul {
list-style: circle;
}

ul ul {
margin: 0 0 0 -25px;
}

p {
text-align: justify;
}

table {
margin: 0 auto .4em;
}

td {
padding: .1em .3em;
}

h1 {
font-size: 1.05em;
text-align: center;
color: #606;
padding-bottom: .1em;
font-style: italic;
}

h2 {
font-weight: normal;
}

h3, h4 {
font-size: 1em;
font-weight: normal;
}

h3 {
text-align: center;
}

h4 {
border-bottom: 1px dotted #000;
margin-bottom: .7em;
}

#all {
margin: 0 auto;
width: 500px;
text-align: center;
border: 25px solid #e6e6fa;
border-top: 24px solid #e6e6fa;
background-color: #e6e6fa;
}

#buttons {
text-align: center;
margin-bottom: 1em;
}

#main {
padding: 0 .5em;
text-align: left;
}

#header {
height: 200px;
background-image: url('images/plasmabg.jpg');
}

#nav {
margin: 15px 0;
line-height: 1.9em;
background-color: #800080;
border: none;
}

#nav ul {
margin: 0;
padding: 0;
list-style: none;
}

#nav li {
padding: 0 1em;
display: inline;
}

#nav a {
color: #e6e6fa;
}

#nav a:hover {
border-bottom: none;
font-style: italic;
color: #fff;
}

input, textarea, select {
font: 1em verdana, sans-serif;
padding: .2em;
color: #606;
background-color: #e6e6fa;
border: 1px solid;
}

select {
margin-top: .3em;
}

.noindent {
margin-left: 1em;
}