﻿/* Import other stylesheets */
@import url(StyleS.css);
@import url(Menus.css);

/* Standard settings used throughout site */
* { margin: 0; padding: 0; border: 0; }
body { font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; background: url('../images/tile.jpg') repeat-x #aec6d0; color: #000000; padding-top: 20px;}
.clear { clear: both; }
a {text-decoration: none; color:#926f26;}
