/*Web Design by Dante Joseph ~ www.DanteJoseph.com/webdesign */

body {
  Background-color: black;
  color: white;
}
a:link {
  text-decoration: none;
  color: white;
}
a:visited {
  text-decoration: none;
  color: white;
}
a:hover {
  color: red;
}
a:active {
  color: green;
}
.Columnist{   
  font-weight: normal;
  font-size: large;
}
#Lside {
  color: white;
  text-decoration: none;
}
#Lside a:link {
  color: white;
  text-decoration: none;
}
#Lside a:visited {
    text-decoration: none;
    color: white;
}
#Lside a:hover {
  color: red;
  text-decoration: none;
}
#Lside a:active {
  color: green;
  text-decoration: none;
}
#Rside {
  color: white;
  text-decoration: none;
}
#Rside a:link {
  text-decoration: none;
  color: white;
}
#Rside a:visited {
  color: white;
  text-decoration: none;
}
#Rside a:hover {
  text-decoration: none;
  color: red;
}
#Rside a:active {
  text-decoration: none;
  color: green;
}
#middle {
  color: black;
}
#middle a:link {
  color: black;
}
#middle a:visited {
  color: black;
  text-decoration: none;
}
#middle a:hover {
  color: red;
  text-decoration: none;
}
#middle a:active {
  text-decoration: none;
  color: green;
}

h1 /* Top Heading - month */
{
color: maroon;
font-size: large;
margin-top: 0em;
margin-bottom: 0em;
margin-right: auto;
margin-left: auto;
text-align : center;
}

h2 /* USA headlines */
{
  text-transform: uppercase;
  text-align: center;
  font-size: large;
  color: black;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-decoration: none;
}


h4 /* permanent link all caps */
{
  text-transform: uppercase;
  font-weight: bold;
  font-size: small;
  color: black;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1em;
  padding-bottom: 1em;
}

h5 /* Headline in article copied */
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  font-size: large;
}

h6  /* For small italic bold text ~ e.g., video source */
{
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: center;
  color: black;
  font-size : medium;  font-style: italic;
}


#MonthlyQuote { /*for bordered monthly quotes*/
border-style: dotted;
border-width: 2px;
margin: 5px;
padding: 5px;
font-size: medium;
font-style: italic;
text-align: center;
font-weight: bold;
background-color: #ededed;
}

.CenterGray {
  text-decoration: none;
}
.CenterGray a:link {
  color: black;
  text-decoration: none;
}
.CenterGray a:visited {
    color: black;
    text-decoration: none;
}
.CenterGray a:hover {
  text-decoration: none;
  color: red;
}
.CenterGray a:active {
  text-decoration: none;
  color: green;
}
.CenterNav {
  color: red;
  font-size: small;
  text-transform: uppercase;
  text-decoration: none;
}
.CenterNav a:link {
    color: red; 
}
.CenterNav a:visited {
    color: red;
}
.CenterNav a:hover {
    color: green;
}
.CenterNav a:active {
    color: blue;
}
ul {
  list-style-type: square;
  Padding-top: 2px;
  Padding-bottom: 2px;
  margin-top: 0em;
  margin-left: 0em;
  margin-bottom: 2px;
 margin-right: auto;
}
li {
  list-style-type: square;
  margin: 0em;
}
#bottom {
  color: white;
  text-decoration: none;
}
.item {
  border: 3px solid #999999;
  margin: 2px 5px;
  padding: 3px;
}
.itemHead {
  border-style: none none solid;
  border-bottom: 1px solid #999999;
  background-color: #cccccc;
  margin-bottom: 1em;
  padding-bottom: 5px;
  padding-top: 3px;
}
#bottom a:link {
  text-decoration: none;
  color: white;
}
#bottom a:visited {
  color: white;
  text-decoration: none;
}
#bottom a:hover {
  text-decoration: none;
  color: red;
}
#bottom a:active {
  text-decoration: none;
  color: green;
}
#bottom h4 {
    text-transform: uppercase;
  font-weight: bold;
  font-size: small;
  color: white;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1em;
  padding-bottom: 1em;
}
    
#FairUseNote {
  text-decoration: none;
  border-style: dotted;
  padding: 0.2em 0.5em;
  font-family: "Times New Roman",serif;
  font-style: italic;
  color: black;
  text-align: justify;
  font-size: medium;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #e1e1e1;
  display: block;
}

#FairUseNote a:link {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#FairUseNote a:visited {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#FairUseNote a:hover {
  text-decoration: none;
  color: red;
}
#FairUseNote a:active {
  text-decoration: none;
  color: green;
}
.PatriotActAd {
  background-image: url(http://www.argonunya.com/images/PatriotActResearchLogo_500w.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 100px;
}