/* CSS main.css */
/*    background-color: #fefff7; */

body { 
    background-color: #f7f6ef !important;
    font-family: 'Times New Roman', Times, sans-serif;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    }

.max {
    font-size: 15px;
}

.min {
    font-size: 12px;
}

a:link {
  color: #0066CC;
}

a:visited {
  color: #0066CC;
}

a:hover {
  color: red;
}

a:active {
  color: #669999;
} 



