/*
Theme Name: Hamilton Soaring Club
Theme URI: https://hamiltonsoaringclub.org
Author: Hamilton Soaring Club
Description: A custom WordPress theme for the Hamilton Soaring Club.
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hamilton-soaring-club
*/
body {
    font-family: Arial, sans-serif;
    background-color: #FFFFFF;
    color: #333333;
    margin: 0;
}
h1, h2, h3 {
    color: #0028C8;
}
a {
    color: #FF0000;
    text-decoration: none;
}
a:hover {
    color: #CC0000;
}