html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 1em;
  /* background-color: #ff9900; */
  background-color: silver;
  /* background-color: white; */
}

black {
  background-color: black;
}


body a {
  color: blue;
  text-decoration: none;
  font-weight: bold;
}

body a:hover {
  color: red;
}

.lightorangebackground {
  padding: 5px;
  background-color: #ffcc66;
  border-top: 2px solid black;
}

H1 {
  background: white;
  text-align: center;
  text-decoration: none;
  padding: 5px;
}

H2, H3 {
  /* background: yellow; */
  text-align: center;
  text-decoration: none;
  padding: 5px;
  /* border: 2px solid black; */
}

H4 {
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  border-bottom: 1px;
  border-top: 1px;
}

H4 a{
  color: blue;
}

H4 a:hover {
  color: red;
}

H5 {
  background-color: #FFCC66;
  text-align: center;
  text-decoration: none;
  padding: 5px;
}

H5 a{
  color: blue;
}

H5 a:hover {
  color: red;
}

#T1 td {
  padding: 0;
  margin: 0;
  font-weight: bold;
  border: 1px solid black;
}
#T1 td a {
  display: block;
  background: white;
  color: blue;
  text-align: center;
}
#T1 td a:hover  {
  background: black;
  color: white;
}

.t2 td {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.t2 td a {
  display: block;
  background: white;
  color: blue;
  text-align: center;
}
.t2 td a:hover  {
  background: black;
  color: white;
}

.webads {
  border: 1px solid black;
}

.webads td {
  font-size: 1em;
  padding: 2px;
  margin: 0;
  border: 1px solid black;
}

.webads td a{
  font-weight: bold;
}

.buttons {
  font-size: 1.2 em;
  font-weight: bold;
  padding: 1px;
  margin: 5px;
  color: white;
  line-height: 200%;
}

.buttons a {
  padding: 3px;
  background: white;
  border: 1px solid black;
  /* color: black; */
}

.buttons a:hover {
  background: black;
  color: white;
}

.small {
  font-size: .75 em;
  color: #000000;
  font-weight: normal;
}

.summary {
  font-size: 1em;
  padding-left: .5 em;
}

.summary a:hover {
  /*display: block;*/
  background: white;
  color: black;
}

.Desc {
  display: block;
  font-size: 1em;
  color: black;
  padding-left: .5em;
}

.Desc a {
  display: block;
  border: solid 1px blue;
  text-decoration: none;
  padding: 3px;
  color: blue;
  background: white;
}

.Desc a:hover {
  background: white;
  color: black;
}

.Desc H3 a {
  background-color: #ff9900;
  text-align: center;
  text-decoration: none;
  padding: 5px;
}

.Desc H4 a{
  background: #ffff0a;
  /*background-color: #FFCC66;*/
  text-align: center;
  text-decoration: none;
  padding: 3px;
}

.desc H3 a:hover{
  background: black;
  color: white;
}

.desc H4 a:hover {
  background: black;
  color: white;
}

.bluebox,
.whitebox,
.salesbox,
.salesbox2,
.yellowsalesbox,
.whitetext,
.graybox,
.blueboxnobg
{
  display: block;
  margin: 0 auto;
  width: 95%;
  border: 1px solid black;
  background: white;
  text-decoration: none;
  text-align: left;
  padding: 5px;
  font-size: 1em;
}

.salesbox, .yellowsalesbox, .salesbox2
{
  width: 75%;
  border: 2px dashed black;
  text-align: center;
}

.salesbox2 {
  border: 2px solid black;
}

.yellowsalesbox {
  background: yellow;
}

.whitetext {
  text-align: center;
}

.graybox {
  background: #dddddd;
}

.whitebox {
  text-decoration: none;
  padding: 3px;
  color: black;
  background: white;
  text-align: center;
}

.blueboxnobg {
  background: transparent;
}

.blueboxnobg a {
  text-decoration: none;
  padding: 3px;
  color: blue;
  background: white;
}

.blueboxnobg a:hover {
  background: white;
  color: black;
}

.blueboxnobg H4 {
  background: #ffff0a;
  color: black;
  text-align: center;
  text-decoration: none;
  padding: 5px;
}

.RSSTable table {
  border: solid 1px black;
}

.RSSTable td {
  border: solid 1px black;
}

#left a {
  display: block;
  font: bold 0.75em/1.5em Arial, Helvetica, sans-serif;
  border: 1px solid blue;
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
}

#left a:hover {
  background: black;
  color: white;
}

#footer {
  padding: 10px;
  background-color: #CCCCCC;
}

#footer a {text-decoration:none; font-weight: bold; color: #0000FF;}
#footer A:hover {color:  purple;}

.ezine {display: block;
  border: 2px solid black;
  background: white;
  text-decoration: none;
  font-size: 1em;
  padding: 5px;
}

.ezine a{
}


.ezine H3 {text-align: center;
  font-weight: bold;

}

.ezine H2 {
  /* border: 2px solid ; */
  display: block;
  text-align: center;
  font-weight: bold;
  /* background: #ffff00; */
  color: black;
  padding: 3px;
}

.ezine H4 {border: 1px solid ;
  display: block;
  text-align: center;
  font-weight: bold;
  background: yellow;
  padding: 2px;
}
.reviews H3 {text-align: left;
  font-weight: bold;
}

.Archive {
  font-size: 1em;
  color: black;
  padding-left: .5 em;
}

.Archive a {
  text-decoration: none;
  padding: 3px;
  background: blue;
  color: White;
}

.Archive a:hover {
  color: blue;
  background: White;

}

.Desc2 a {
  display: inline;
  position: relative;
  text-decoration: none;
  padding: 5px;
  color: blue;
  background: #ffff00;
  white-space: nowrap;
  line-height: 225%;
  border: 2px solid black;
}

.Desc2 a:hover {
  background: black;
  color: white;
}

.Desc3 a {
  margin : 0px;
  line-height: 25px;
  border: 2px solid black;
  text-decoration: none;
  padding: 2px;
  font-weight: bold;
  font-size: 1em;
  color: blue;
  /* background: black; */
}

.Desc3 a:hover {
  background: white;
  color: blue;
}

/* Start RSS CSS */

.RSSFeed {
  font-size: 12px;
  color: white;
  background: #ffff00;
  border: 1px white solid;
  display: inline;
  text-decoration: none;
}

.channelname {
  font-size: 1.5em;
  color: black;
  font-weight: bold;
  padding-left: .5 em;
  display: block;
  text-decoration: none;
  width: 100%;
}

.channeldescription {
  color: black;
  padding-left: .5 em;
  display: block;
  text-decoration: none;
  width: 100%;
}

.itemtitle {
  font-size: 1.5em;
  color: black;
  font-weight: bold;
  padding: 10px;
  display: block;
  width: 100%;
  text-decoration: none;
  border-top: 1px solid black;
}

.itemdescription {
  color: black;
  padding: 10px;
  display: block;
  border: 5px;
  width: 100%;
  text-decoration: none;
}

/* End RSS CSS */

/* CSS Tab */

#tabmenu {
  color: #000;
  margin: 12px 0px 0px 0px;
  padding: 0px;
  z-index: 1;
  padding-left: 10px
}

#tabmenu li {
  display: inline;
  overflow: hidden;
  list-style-type: none;
}

#tabmenu a, a.active {
  color: blue;
  background: yellow;
  font: bold 1em Arial, sans-serif;
  border: 2px solid black;
  padding: 2px 5px 0px 5px;
  margin: 0;
  text-decoration: none;
}

#tabmenu a.active {
  background: white;
  border-top: 2px solid red;
  border-left: 2px solid red;
  border-right: 2px solid red;
  border-bottom: 2px solid white;
}

#tabmenu a:hover {
  color: white;
  background: black;
}

.whitebg td {
  background: white;
  border: solid white;
}

.text /* size and font of the non-bold text on the site */ {
    background: white;
  }
.textbold /* size and font of the bold text on the site */ {font-weight: bold; }

.name-back /* background color in the feed table at the top where the cardname is located */ {background: #eaeaea}
.term-title-back /* background color in the rate table behind the bold text */ {background: #eeeeee}
.rate-back /* background color in the rate table behind the rate info */ {background: #DFF4FF}
.menu-item-back /* background color behind the links in the side menu - NOT PART OF THE FEED */ {background: #DFF4FF}
.menu-title /*background color in the table cell of the side menu behind the title - NOT PART OF THE FEED */ {background: #eeeeee}

label {
    white-space:nowrap;
}

.alignLeft { float:left; margin-right: 5px; }
