/**
    inline 텍스트 흐름 및 강조 

    span, a, strong, b, em, i, code, br, small

*/


a{
    text-decoration: none;

}

a:visited{
    color:inherit;
}

a:link{
    color:inherit;
}
