@charset "utf-8";
/* CSS Document */

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-1
		{
		font-family: "courier new";
		font-size: 24px;
		font-weight: bold;
		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-width: 1px;
		border-color: #227;
		border-style: solid;
		}
		
table td
		{
		border: 1px solid black;
 		}
		  
		  
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;
		}

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;
		color: black;
		}

.style3
		{
		font-family: "Times New Roman", Times, serif;
		font-size: large;
		color: #000080;
		}
		
.font_size
		{
		font-size: 18px;
		}

.weathercharts-org tr td div
		{
		font-size: 24px;
		}

.centre
		{
		text-align: center;
		}

.alert
		{
		font-size: 18px;
		}

body,td,th
		{
		font-family: "Times New Roman", Times, serif; font-size: 14px; color: #c00;
		}
		 
body
		{
		background-color: #ffffe0;
		text-align: center;
		}
  
.textsize
		{
		font-size: 18px;
		color: #006;
		}
		
.text_color_dark_blue
		{
		color: #006;
		}
		
div.border_1
		{
		border: 2pt solid #ff8e80;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		background-color:  #ffd;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		}


a
		{
		text-decoration: none;
		font-size: 24px;
		color: #020; 
		}
 
body
		{
		background-color: #ffe;
		font-size: 18px;
		color: #eae;
		}
	 
	 
p.round
		{
		border:2px solid #ff8e80;
		padding: 10px;
		width: 25%;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		margin: auto;
		text-align:center;
		background-color: #ffd;
		color: #036;
		font-family: "courier new";
		font-size: 24px;
		font-weight: bold;
		text-decoration: none;
		}

p.round_two
		{
		border: 2px solid #ff8e80;
		padding: 10px;
		width: 55%;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		margin: auto;
		text-align: center;
		background-color: #ffd;
		color: #036;
		font-family: "courier new";
		font-size: 24px;
		font-weight: bold;
		text-decoration: none;
		}

img.round_border
		{
		padding: 5px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		border: 1px solid  #00f;
		background-color: #ffd;
		margin-left: auto;
		margin-right: auto;
		}
	
.box1, .box_vt

		{
		width: 9%;
		height: auto;
		float: left;
		margin-bottom: 10px;
		padding: 5px;
		border: 1px solid #f00;
		text-align: center;
		background: #edffff;
		border-color: #227;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		border: 1px solid  #227;
		}
		
		
div.center_boxes_vt

		{
		width: 90%;
		margin-left: auto;
		/* margin-right: auto; */
		}

.hr {

	background-color: #FFFFFF;
	border: 1px solid #000000;
	/* height: 1px; */
	margin: 10px;
	width: 95%;
	}

