/*
Style Sheet for VizFix home page
2010 by Yunfeng Zhang
Based on Bibdesk home page style sheet.
*/

body {
	font-family: Helvetica, sans-serif; 
	max-width:80em; 
	margin:auto;  
	width: 50em; 
	line-height: 160%; 
}

a {	color:#00b; text-decoration: none; }
a:hover {color:#00f; text-decoration: underline; }
a:active {color:#f00; }
a:visited {	color:#609; }
p {	margin: 1em 0em; }

h1, h2, h3 {
	margin:0.5em 0em 0.1em;
}

h1 {
	font-size: 300%; 
}

#titlenote {
	font-weight: normal; 
	text-transform: capitalize; 
	font-size: 25%;
}

.screenshot {
	float:right; 
	width: 200px;
	margin: 0em 0em 0em 1em; 
	padding:0.9em 0.8em 0em 0em;
	text-align:center; 
	font-size:90%;
}

.screenshot img { width:200px; }
.screenshot a { text-decoration:none;}

#foot {
	font-size:70%;
	text-align:center;
}