/**
 * Default Tag Styling
 * @author Guillaume VanderEst <gvanderest@netshiftmedia.com>
 * @version 1.0.1
 * @date January 13th, 2009
 */

@import "reset.css";

body { font-family: 'Times New Roman', serif; font-size: 16px; color: #000; line-height: 1.5; }

p, blockquote, ol, ul, dl,
h1, h2, h3, h4, h5, h6, table { margin-bottom: 15px; }

/** Block Level Elements **/
h1 { font-size: 30px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { }
h5 { }
h6 { }

h1, h2, h3, h4, h5, h6 { color: #000; }

/** Lists **/
ol, ul, dl { }
ol li { list-style: outside decimal; margin-left: 25px; margin-bottom: 10px; }
ul li { }
dl dt { }
dl dd { }

/** Tables **/
table { border: 1px solid #000; }
th { border: 1px solid #000; background-color: #000; color: #fff; }
td { border: 1px solid #000;  }
th, td { padding: 5px 10px 5px 10px; }
tbody th { text-align: left; }
tbody td { text-align: center; }

strong { color: #000; }

a:link, a:visited { color: #000; }
a:hover, a:active { color: #080; }

address { font-style: normal; }
