@import url('forms.css');
@import url('menu.css');
@import url('boxes.css');
@import url('fonts/font-gotham.css');

body
{
    color:              #272727;
    background-color:   #f9f8f4;
}

input,
body
{
    font-family:        "Gotham", "Myriad Pro", Helvetica, Arial, sans-serif;
}

h1
{
    font-size:          20px;
}

.tc-perex,
.tc-content
{
    font-size:          14px;
    line-height:        1.4;
}

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

a:hover
{
    text-decoration:    underline;
}

.padding-20
{
    padding:            20px;
}
