/* Early 2000s style CSS for SOLNANA website */

body {
    margin: 0;
    padding: 20px;
    background-color: #F0F0F0;
    font-family: Arial, sans-serif;
}

a:link {
    color: #0000FF;
    text-decoration: underline;
}

a:visited {
    color: #800080;
    text-decoration: underline;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

a:active {
    color: #FF0000;
    text-decoration: underline;
}

/* Simple border effects */
table {
    border-collapse: collapse;
}

/* Basic text styling */
p {
    line-height: 1.4;
    margin: 8px 0;
}

ul, ol {
    margin: 8px 0;
    padding-left: 25px;
}

li {
    margin: 4px 0;
}

/* Header styling */
font {
    line-height: 1.2;
} 