/* --------------------------------
   Strategist Online
   
   Description: Presentation layer for layout.
   
   Author: Joseph Masoud
   -------------------------------- */
/* =IMPORTS */ 
@import url('layout.css');
@import url('elements.css');

/* =BODY */
body {
  margin:0;
  padding:0;
  font-family:arial, helvetica, serif;
}




