﻿@import url('reset.css');
@import url('structure.css');
@import url('skin.css');
@import url('components.css'); 
@import url('pages.css'); 

body
{
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    color: #1b1b1b;
}

p {
    width: auto;
    float:left;
    clear: left;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

u {
    text-decoration: underline;
}