/* v.1.0 */

/*Basic stylesheet that applies to very old browsers - like NN4 - that can't read in @import stylesheets */

body{
 font-family: Arial, Helvetica, sans-serif;
 background-color: #fff;
 color: #778BBA;
}

h1, h2, h3, h4, h5, h6 {
  color: #00467C;
}

a img {
 border: 0;
}
