﻿.WeatherRotator
{
  border:solid 1px #2E2E64; 
  background-color:white;
  font-family: Verdana;
}

.WeatherRotator a
{
	text-decoration: none;
	color: Black;
}

.WeatherRotatorFrame 
{
  border:solid 1px white;  
  background-color:white; 
  cursor:default;
  font-family: Verdana;
}

.WeatherRotatorFrameOver 
{
  border:solid 1px #2E2E64;  
  font-size:11px; 
  background-color:white; 
  cursor:default;
  font-family: Verdana;
}

.WeatherCity
{
  border:solid 1px #2E2E64; 
  background-color: #2E2E64;
  font-weight:bold; 
  font-size:15px; 
  color:White;
  width:100%; 
  font-family: Verdana;
}

.WeatherCity a
{
  color: White;
  text-decoration: none;
}

.WeatherLightText
{
  background-color:white; 
  font-size:10px; 
  font-family: Verdana;
  text-decoration: none;
  color: Black;
}

.WeatherStrongText
{
  background-color:white; 
  font-weight:bold; 
  font-size:10px; 
  font-family: Verdana;
  text-decoration: none;
  color: Black;
}

.WeatherVeryStrongText
{
	background-color:White;
	font-weight:bold;
	font-size:20px;
	font-family: Verdana;
	text-decoration: none;
	color: Black;
}

