.sky {
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	cursor: default;
}
.menu {
	font-family: "trebuchet ms";
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	text-transform: capitalize;
	cursor: default;
}
.latest {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0099CC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #009999;
	padding: 5px;
	background-color: #F4F9F2;
	cursor: default;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006699;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099CC;
	background-color: #F5F5F3;
	margin: 0px;
	cursor: default;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 4px;
	border-top: 1px none #0099CC;
	border-right: 1px dotted #0099CC;
	border-bottom: 1px solid #0099CC;
	border-left: 1px dotted #0099CC;
	background-color: #F8F8F8;
	cursor: default;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline blink;
}
.click {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	color: #999999;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0099CC;
}
a.linkopacity img {
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
-khtml-opacity: 0.4;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
}
body { 
margin: 0px;
background-color: #FFFFFF;
}
p,div,body {
cursor: default;
}