/*
CSS for Weather Website
*/
body {
  line-height: 125%;
  font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
}
table {
  width: 70%; 
  border: 0.5px solid black;
  border-collapse: collapse;
  text-align: right;
  font-weight: bold;
 } 
table.sml {
  float: left;
  color: black;
  width: 70%;
  border: 0.5px solid black;
  border-collapse: collapse;
  text-align: right;
  font-weight: bold;
}
.blue {
  color: blue;
  background-color: #FFFF7F;
}
.ital {
  font-style: italic;
  text-align: left;
}
.lge {
  text-align: left;
  font-size: 1.75em;
  background-color: #b4b4b4;
}
.alte{
 font-weight: bold;	
 background-color: #F44FFAA;	
}
.gre{
font-weight: normal;	
background-color: #A5A5A5;	
}
.norbrn {
  font-weight: normal;
  background-color: #FFAA00;
}
.noryel {
  font-weight: normal;
  background-color: #FFFFAA;
}
.norgreen {
  font-weight: normal;
  background-color: #7FFF55;
}
.norblu {
  font-weight: normal;
  background-color: #7FD4FF;
}
.norblux {
  font-weight: normal;
  background-color: #2AD4FF;
}
.norpink {
  font-weight: normal;
  background-color: #FFAAFF;
}
.norpinkx {
  font-weight: normal;
  background-color: #FF00AA;
}
.norpurp {
  font-weight: normal;
  background-color: #AAAAFF;
}
.lft {
text-align: left;
}
tr.lftp {
background-color: #FFD4FF;
}
tr.lftpx {
background-color: #FFAAFF;
}

tr.lftgr {
background-color: #AAFFAA;
}

.lftgrx {
background-color: #7FFF7F;
}

.lftpur {
background-color: #7FD4FF;
}

.lftpurm {
background-color: #AAD4FF;
}

.lftpurl {
background-color: #AAAAFF;
}

h1 {
	align: left;
	color: black;
	font-size: 2.0em;
	font-weight: bold;
	position: relative;
	left: 0px;
	}

h2 {
  align: left;
  color: blue;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  left: 0px;
}
th {
  border: 1px solid black;
  text-align: left;
  padding: 0.2em;
} 
td {
  border: 0.2px solid black;
  padding: 0.2em;
} 
#ftr {
 font-size: 0.50em;
 font-weight: bold;
 font-style: italic;
 text-align: left;
}
.datahead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:  #FFFFFF;
	background-color: #CC6600;
	text-align: center;	
}
.datahead1{
        font-size: 100%;
        font-weight: bold;
        color:  white;
        background-color: #3173B1;
        text-align: center;
}
.dataheadx{
        font-size: 100%;
        font-weight: bold;
        color:  white;
        background-color: #3173B1;
        text-align: center;
		width: 200px;
}
.bigandbold {
	font-size: 15pt;
	font-weight: bold;
}
/*ul.nav {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  padding-top: 6px;
  padding-bottom: 5px;  
  text-align: center;  
  overflow: hidden;
  zoom: 1;
}
ul.nav li {
  display: inline;
  float: left;
  width: 24em;
}
ul.nav a {
  display: block;
  width: 24em;
  border: 1px dashed #000;
  border-left: 1px dashed #000;
  margin-right: 50px;
  margin-left: 30px;
  background-color: white;
  text-transform: uppercase;
  text-decoration: none;
  color: #CC6600;
  text-align: center; 
} */