body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	scrollbar-arrow-color:#00000;
	scrollbar-base-color:#F1790E;
	scrollbar-shadow-color:#333333;
	scrollbar-face-color:#DFE5E8;
	scrollbar-highlight-color:#333333;
	scrollbar-darkshadow-color:#3E505A;
	scrollbar-3dlight-color:#3E505A;
}

a  {
	color: #CC302F;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a:visited  {
	color: #CC302F;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:active  {
	color: #CC302F;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a:hover  {
	color : #CC302F;
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	scrollbar-arrow-color:#00000;
	scrollbar-base-color:#F1790E;
	scrollbar-shadow-color:#333333;
	scrollbar-face-color:#DFE5E8;
	scrollbar-highlight-color:#333333;
	scrollbar-darkshadow-color:#3E505A;
	scrollbar-3dlight-color:#3E505A;
	text-transform: uppercase;
	font-weight: bold;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 120px;
margin-bottom: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

.submitbutton{
margin-left: 0px;
margin-top: 0px;
width: 50px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

br{
clear: left;
}
.currentWeather {
	background-color:#EFF5D7;
	color:#3A5029;
	font-family:Tahoma;
	font-size:11px;
	border:1px solid #CAD3A4;
	width:250px;
}
.currentWeather table {
	font-size:100%;
	color:#3A5029;
}
.currentWeather .location {
	background-color:#BED273;
	padding:5px 10px;
	font-weight:bold;
	text-align:center;
}
.currentWeather .icon {
	text-align:center;
}
.currentWeather .temperature {
	font-size:280%;
	padding-left:25px;
	text-align:center;
}
.currentWeather .description {
	font-weight:bold;
}
.currentWeather .feelslike {
	font-weight:bold;
	padding-left:25px;
}
.currentWeather .lastupdate {
	padding:10px;
}
.image {
border: 3px solid #03abf2;
padding: 0px;
}

