@charset "utf-8";
/* CSS Document */

A.standard:link {color: #CCCCCC;text-decoration: none;}
A.standard:visited {color: #CCCCCC;text-decoration: none;}
A.standard:hover {color: #FFFFFF;text-decoration: none;}
A.standard:active {color: #CCCCCC;text-decoration: none;}

A.neutral:link {text-decoration: none;}
A.neutral:visited {text-decoration: none;}
A.neutral:hover {text-decoration: none;}
A.neutral:active {text-decoration: none;}

A.link1:link {color: #333; font-family:'Roboto', sans-serif; font-size: 18px; font-weight: bold;text-decoration: none;}
A.link1:visited {color: #333; font-family:'Roboto', sans-serif; font-size: 18px; font-weight: bold;text-decoration: none;}
A.link1:hover {color: #999999;font-family:'Roboto', sans-serif; font-size: 18px; font-weight: bold;text-decoration: none;}
A.link1:active {color: #333;font-family:'Roboto', sans-serif; font-size: 18px; font-weight: bold;text-decoration: none;}

A.link2:link {color: #CCC; font-family:'Roboto', sans-serif; font-size: 18px; font-weight: bold; text-decoration: none; border:none}
A.link2:visited {color: #CCC; font-family:'Roboto', sans-serif; font-size: 18px; font-weight: bold; text-decoration: none; border:none}
A.link2:hover {color: #fff; font-family:'Roboto', sans-serif; font-size: 18px; font-weight: bold; text-decoration: none; border:none}
A.link2:active {color: #CCC; font-family:'Roboto', sans-serif; font-size: 18px; font-weight: bold;text-decoration: none; border:none}

A.link3:link {color: #ccc;text-decoration: none;}
A.link3:visited {color: #ccc;text-decoration: none;}
A.link3:hover {color: #ccc;text-decoration: none;}
A.link3:active {color: #ccc;text-decoration: none;}

A.standard1:link {color: #666666;text-decoration: underline;}
A.standard1:visited {color: #666666;text-decoration: underline;}
A.standard1:hover {color: #000000;text-decoration: underline;}
A.standard1:active {color: #666666;text-decoration: underline;}

#facebook_button a {
  background-image: url(../BG-pics/facebook1.jpg);
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
}
#facebook_button img {
  display: block;
  width: 50px;
  height: 50px;
  border: 0;
}
#facebook_button a:hover img {
  visibility: hidden;
}
#sky_button a {
  background-image: url(../BG-pics/sky1.jpg);
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
}
#sky_button img {
  display: block;
  width: 50px;
  height: 50px;
  border: 0;
}
#sky_button a:hover img {
  visibility: hidden;
}