/* Defaults */
body{
	font-family: "Times New Roman", arial, verdana, serif;
	font-size:75%;
	line-height: 1;
}

h1{ font-size: 4em; }
h2{ font-size: 2em; }
h3{ font-size: 1.7em; }
h4{ font-size: 1.5em; }
h5{ font-size: 1.3em; }
h6{ font-size: 1.1em; }
h2, h3, h4, h5, h6{ margin: 0.4em 0 0.6em; }
a { color: #006; text-decoration: none; }
a:hover { color: #009; }
abbr { border-bottom: dotted 1px #aaa; cursor: help; }
tt, code { font-family: 'Monaco', Courier, monospace; }
code { display: block; padding: 1em; padding-bottom: 0; margin: 1em 0 1em; }
p{ margin-bottom:1em; }
hr{ height:0px;border:0;border-bottom:1px dashed #4b4434;}


.clear{
	clear:both;
	display:block;
}
