/*
CSS for StoneSoup.org, PDA Version;
By Amanda Visconti
*/

body {
	font-family: Arial, san-serif;
	color: #000000;
	background-color: #FFFFFF;
}

.alt_image {
display:none;
} 

/* style, color and size links and headings to suit */
#menu a {
display: block;
}


#search h1{
	font-size: 16px;
	text-align: left;
}

#pagecontent {
	text-align: left;
	width: 250px;
	min-height:412px;
	border-top: 1px solid #000000;
}

em {
	font-size: 9px;
}

.cse-resultsContainer {
	color: #000000;
	width: 250px;
}

#footer {
	width: 250px;
	text-align: center;
}

#footernav {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	text-align: center;
}

#footernav ul {
	display: block;
}

#footernav li {
	display: block;
	padding: 5px;
}

#footernav a:link {
	text-decoration: underline;
	font-weight: bold;
}

#footernav a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #3399FF;
}

#footernav a:visited {
	text-decoration: underline;
	font-weight: bold;
}

#footernav a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #3399FF;
}

#footerupdate {
	text-align: center;
}

p img {
	float: right;
}

a:link {
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #3399FF;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #3399FF;
}
