
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
.provide {
	background-image: url(images/yellow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	padding: 4px;
	background-color: #2F71D5;
}
.border {
	border: 1px solid #000000;
}
.blog {
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #000000;
	font-family:Arial;
}
.forecast {
	color: #FF0000;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	font-size:11px;
	font-family:Arial;
}
.forecastborder {
	color: #FF0000;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	font-size:11px;
	font-family:Arial;
}
.d {
	background-image: url(images/3d.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.dsmall {
	background-image: url(images/3dsmall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px none;
}

link
{ font-style:normal;
  font-family:Arial;
  font-size:xx-small;  
}

a:link 
{
	text-decoration:underline;	
	
}

a:visited {
	color: white;
	text-decoration:underline;	
}

a:active {	
	text-decoration:underline;	
}

a:hover 
{
	font-size:13px;
	color:yellow;
	text-decoration:underline;	
}
