body {
    margin:0;
    padding:0;
}
a,
body,
div,
em,
input,
label,
legend,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul {
    font-family:Ubuntu,sans-serif;
}
a,
body,
div,
input,
label,
li,
legend,
ol,
p,
select,
td,
th,
textarea,
u,
ul {
    font-size:12px;
}
h1 {
    margin:0 0 12px;
    padding:0;
    font-size:14px;
    font-weight:bold;
}
h2 {
    margin:0 0 6px;
    padding:0;
    font-size:12px;
    font-weight:bold;
}
a {
    text-decoration:none;
    color:#a84204;
}
a:hover {
    text-decoration:underline;
    color:#a84204;
}
img {
    vertical-align:middle;
    border:0px;
}
p,
pre,
form,
figure {
    margin:0;
    padding:0;
}
table {
    border-spacing:0;
}
:focus {
    outline:0;
}
