@charset "utf-8";
/* CSS Document */
a:link {
  background-color: transparent;
  text-decoration: none;
   }
/* mouse over link */

a:hover,a:active{
color: #FF0000;
}
/* phones */
@import url("phones.css") only screen and (max-width:1220px);
/* Tablet */
@import url("tablets.css") only screen and (min-width:321px) and (max-width:1220px);
