/* Import the standard styles */
@import url("style.css");

/* Styles that go across the entire site go in the body tag */
body	{ background-color: #fff; color:#000; font-family:Verdana; margin:0px; font-size:11pt; line-height:1.4em; }
