#header {
    border-bottom: 3px double  #cacaca;
}
#main p a {
    text-decoration: underline !important;
}
#main p a:hover {
    text-decoration: none !important;
}

a:hover {
    color: #cacaca;
}

h1 a
{
    color: rgb(176, 196, 222);
}
h1 a:hover
{
    color: rgb(207, 228, 255);
}
select,
input,
textarea {
    border: 1px solid #cacaca;
}
#paypal input {
    border: none;
}
input.checkbox {
    border: none;
}

#footer {
    border-top: 1px solid #999;
}
