/*
Theme Name: Cavalry Tax
Author: Your Name
Description: Custom theme for bookkeeping and tax services
Version: 1.0
*/

body {
    background-color: #f8f8f5; /* Pearl / Off-white */
    font-family: "Times New Roman", serif;
    color: #000;
    margin: 0;
    padding: 0;
}
a {
    color: #0056b3;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
