/* Import styles */
@import 'layout.css';
@import 'global.css';
   
/* Global */

body { font-family: Arial, Verdana, sans-serif; font-size: 68%; color: #000;  }

body#home { background: #4cbab3; }
body#generic { background: #4cbab3; }
body#bags { background: #9fd4e1; }
body#film { background: #d3521a; }
:focus { outline: none;}

a, a:link, a:visited{ text-decoration: none; color: #000; }
a:hover, a:active, a:focus { text-decoration: underline; color: #000;}

* { margin: 0; padding: 0; }

p { padding-bottom: 10px; font-size: 1em; line-height:1.10em; }

img { border: 0; }