﻿a {text-decoration:none}
a:hover {color: #000000}

@media screen and (min-width:481px) {
.width_p {
width:450px;
margin-left:50;
 }
}

@media screen and (max-width:480px) {
.width_s {
width:100%;
 }
}