/*
Theme Name: Advanced Payroll Solutions
Theme URI: http://advanced-payroll.com
Description: Custom theme for Advanced Payroll Solutions
Version: 1.0
Author: Rebuilt from Internet Archive
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

.site-header {
    background: #002B5C;
    color: white;
    padding: 20px;
}

.site-title {
    margin: 0;
    font-size: 28px;
}

.site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.entry-title {
    color: #002B5C;
    margin-bottom: 20px;
}

.entry-content {
    line-height: 1.8;
}

.site-footer {
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}
