body {
	color: #FFFFFF;
	background: url(sky.gif);
	font-family: 'Bookman Old Style', serif;
	
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}

a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #339933;
	text-decoration: none;
}


a:active {
	color: #ffffff;
	text-decoration: none;
	}
	
a:link.mailto {
	color: #FFFFFF;
	text-decoration: underline;
}


a:visited.mailto {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover.mailto {
	color: #339933;
	text-decoration: none;
}


a:active.mailto {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
	
td{
	font-size: 15px;
}
td.small{
	font-size: 12px;
} 

td.green{
	color: #339933;
}



#twitter .panelContent {
	background-color: #5e584e;
}

.tweet_list li {
	list-style: none;
	padding: 10px 12px 12px 12px;
	border-top: 1px solid #86827a;
	color: #ffffff;
}

.tweet_list li.tweet_first {
	border-width: 0;
	padding-top: 10px;
}

.tweet_list li .tweet_text {
	display: block;
	margin-bottom: 7px;
}

.tweet_list li a,
.tweet_list li a:visited
 {
	font-size: 75%;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.tweet_list li a:hover,
.tweet_list li a:visited:hover {
	text-decoration: underline;
}

.tweet_list li .tweet_text a, .tweet_list li .tweet_text a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	word-wrap: break-word;
}

html {overflow-y:scroll;}

