/*======================
HEADINGS
========================*/
h1{ }
h2{ }
h3{ }
h4{ }
h5{ }
h6{ }
/*======================
LINKS
========================*/
a
{

}
a:hover
{

}
a:visited
{

}
/*======================
PARAGRAPHS
========================*/
p
{

}
/*======================
STRONG/B EM/I
========================*/
strong, b
{
font-weight:700;
}
em, i
{
font-style:italic;
}
/*======================
UNORDERED LIST
========================*/
ul
{
list-style:disc;
margin-left:30px;
}
ul li
{

}
/*======================
ORDERED LIST
========================*/
ol
{
list-style:decimal;
margin-left:35px;
}
ol li
{

}
/*======================
DEFINITION LIST
========================*/
dl{ }
dt{ font-weight:700; text-decoration:none; margin-top:10px; font-size:14px; border:0;   }
dd{ margin-left:18px; }
/*======================
MISC
========================*/
blockquote{ }

abbr{ }

acronym{ }

sub{ font-size:10px; line-height:1.5; vertical-align:bottom; }

sup{ font-size:10px; line-height:1.5; vertical-align:top; }

code{ }

small{ font-size:11px }