a:link, a:visited
        {
          text-decoration: none;
          color: #000080;
          font-family: "times new roman";
          font-size: 18px;
		  text-align: center;
        }

a:hover
        {
          text-decoration: none;
          font-family: "times new roman";
		  font-size: 18px;
          color: red;
          background-color: #dddddd;
		  text-align: center;
        }
		
h1.heading 
		{
		font-family: Times New Roman, Times, serif;
		font-size: large;
		text-decoration: none;
		color: #000080;
		text-align: center;
		}		
		
p.weathercharts-org
        {
          font-family: "courier new";
          font-size: 24px;
		  color: #000;
          text-decoration: none;
          text-align: center;
		}
		  
p.weathercharts-org-2
        {
          font-family: "times new roman";
          font-size: 20px;
          color: red;
          text-decoration: none;
          text-align: center;
		}
          
img.black-weathercharts-org
          
        {
           border-width: 1px;
		   border-color: #000;
		   display: block;
		   margin-left: auto;
		   margin-right: auto;
		}

table.weathercharts-org
     	{
		  margin-left: auto;
		  margin-right: auto;
		  width: 85%;
		  background: #edffff;
		  border-collapse: collapse;
          border: 3px solid #202070;
          border-width: 1px; 
        }
		
table.weathercharts-org-two
     	{
		  margin-left: auto;
		  margin-right: auto;
		  width: 75%;
		  background: #edffff;
		  border-collapse: collapse;
          border: 3px solid #202070;
          padding-left: 5em;
          border-width: 1px;
		}
		
tr.weathercharts-org
		{
         height: 30px;
		}  
  
td.weathercharts-org  
		{
	     border-width: 1px;
		 border-style: solid;
		 border-color: blue;
		 text-align: center;
		}
		
td      { height:30px;}

hr 		{
		border: 0;
		color: #000;
		background-color: #000;
		height: 2px;
		width: 100%;
		text-align: left;
		}

body
		{
		background-color: #ffffe5;
		}
		       
.style1 {
				font-family: "Times New Roman", Times, serif;
				font-size: xx-small;
		}

.style3 {
				font-family: "Times New Roman", Times, serif;
				font-size: large;
				color: #000080;
		}

