/*
- This file is for clients who need configuring their own CSS set 
  to change the web appearance from the default set.
- The default CSS set is in MEDIANET_DEFAULT.CSS. Look at this file
  for a list of style elements that can be overridden and examples on
  how to define an override setting.
*/
body{
   background-color:#FFFFFF
}

h1 {
   color: #007AAB;
   font-weight: normal;
}
 
h2,h3 {
   color: #007AAB;
}
 
a {
        color: #007AAB;
}

 
