﻿/* Import other stylesheets */
@import url(SEStyle.css);
@import url(SEMenus.css);
@import url(lightbox.css);

/* Standard settings used throughout site */
* { margin: 0; padding: 0; border: 0; }
html, body { font-family: Verdana, Arial, Tahoma; font-size: 82%; color: #fff; background: #000; }
a:link, a:visited { text-decoration: none; color: #fff; }
a:active, a:hover { text-decoration: underline; }
.strong { font-weight: bold; }
.italic { font-style: italic; }
a.noDecoration:hover { border: 0; background: 0; }

.clear { clear: both; }

input { border: 1px solid #ccc; }
