@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
    font-family: Arial;
}

ul,
li,
img,
div,
p,
h1,
h2,
h3,
h4,
dl,
dd,
dt,
tr,
td,
table,
p {
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    font-size: 12px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0054a7;
    text-decoration: none;
}

a:active {
    color: #333;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
