/* CSS and this file will format EVERYTHING in main script unless stated otherwise.*/



/*normal text colors and main settings*/
body {
  background-color: #3e2223; /*website color : currently dark reddish brown*/
  color: #ffd4a7;/*text colour : currently white orange*/
  font-family: Verdana;/*MAIN font*/
}

/*links formatting!!!!!!!*/
 a {
  color: #ffd6b4; /*link normal colour : white orange*/
  font-weight: bold; 
}
