/*Everything should be below this*/
@import url("css/color-blue.css");

#content
{
     color:#333;
     line-height:18px;
}

#content p
{
     margin:10px 0 10px 0;
}

