body {
    background-image:url("grass.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: arial, helvetica;
    font-size: 14px;
}
table {
    color:#282802;
}
b {
    color: white;
}
a:link {
    color: lightgreen;
}
a:visited {
    color: lightgreen;
}
a:hover {
    color: white;
}
a:active {
    color: yellow;
}
p {
    color: black;
}
.primary {
    border: 2px solid #282802;
    background: #c8c882;
}
.secondary {
    color: #a8a842;
    border: 2px solid #a8a842;
    background: #282802;
}
