﻿/* Typography
================================================== */
body { 
	font-size: 18px; color:#7a0101;
}

/* Basic Text
================================================== */
h1, h2, h3, h4, h5, h6 { font-weight:600; }
h1{font-size:2em; }
h2{font-size:1.5em; }	
h3{font-size:1.2em; }
h4{font-size:1em;}
h5{}
h6{}
p{}
strong{font-weight:bold;}	
hr{border-color:#4a0101;}

/* Special Text
================================================== */
blockquote { }
pre, code { }
small { }
em{font-style:italic;}

/* Links
================================================== */
a{}
a:hover{}
a img{}
a:link{}	
a:visited{}	
a img{border:none;}

/* Lists
================================================== */
ol, ul, blockquote {padding-left:3em;}
ul{list-style:outside;}
ol{list-style:decimal;}
ul, ol, dl, p {margin-bottom: .75em; font-size: 1em;}
ul ul{margin-bottom:0px;}

/* Styles
================================================== */
.blue{color:#141f8b;}
.red{color:#7a0101;}
.border{background:#525150; border:2px solid #0d1917; }
.quote{ padding:5px 5px 6px 5px; font-style: italic; text-align:left; display:block; width:90%; margin:0px auto; }

.responsive{
  display: block;
  max-width: 100%;
  height: auto;}

/* #Tables
================================================== */
table{margin-bottom:.75em; width:100%; max-width:100%; }
table td{padding:3px 2px;}
