* {
     margin: 0px;
     padding: 0px;
}
body {
     font-family: "Trebuchet MS", Trebuchet, sans-serif;
}
#container {
     width: 600px;
     margin-left: auto;
     margin-right: auto;
}
#nav {
     font-size: .9em;
     text-align: right;
     padding-top: 10px;
     padding-bottom: 20px;
}
#nav a {
     font-weight: bold;
}
a:link {
     text-decoration: none;
     color: #73be1e;
}
a:hover {
     border-bottom: 2px #73be1e solid;
}
a:visited {
     text-decoration: none;
     color: #73be1e;
}
#image img {
     padding: 20px;
     border: 2px #73be1e outset;
}
p {
     color: #666666;
     font-size: .9em;
     text-align: center;
     padding-bottom: 10px;
     line-height: 1.4em;
     margin-left: 15%;
     margin-right: 15%;
}
#arrows img {
     border: none;
}
.arrowBack {
     float: left;
     margin-left: 15%;
}
.arrowFwd {
     float: right;
     margin-right: 15%;
}
#footer {
     padding-top: 20px;
     clear: both;
     text-align: center;
}
h5 {
     color: #73be1e;
}
#valid {
     padding-top: 5px;
     text-align: center;
}
#valid p {
     font-size: .75em;
}