body {
   margin: 0; 
   padding: 0; 
   font-family: Arial, sans-serif;
   color: #ffffff;
}

p.header {

font-size: 30;

}

a {
    color: #4682B4;            /* Steel Blue */
    text-decoration: none;
}

a:hover {
    color: #5fa4d6;            /* Lighter steel blue on hover */
    text-decoration: underline;
}

a:active {
    color: #ff4444;            /* RED when clicking */
}

a:visited {
    color: #3e6f96;            /* Slightly darker steel blue for visited */
}