/* CSS Document  index.css */
a {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: purple;
}

body {
	width: 800px;
	height: auto;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 16px;
	font-size: 15px;
	xborder: dotted purple 5px;
}
.button {
	font-size: 15px;
}
div.legend {
	font-size:11px;
	width:350px;
}
div.plot {
	margin:10px;
	width:250px;
	border: double blue 2px;
}

img.graph {
	width: 350px;
	height: 230px;
	border: solid blue 2px;
	padding: 10px;
}
span.blue {color:blue;}
span.red {color:red;}
span.green {color:green;}
span.black {color:black;}

#bottom {
	position: relative;
	width:800px;
	height: auto;
	xborder:solid red 1px;
}
#footer {
	position: relative;
	height: auto;
	width: 800px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#links {
	text-align: center;
}

#logo {
	border: none;
}

#middle {
	position: relative;
	width:800px;
	height: auto;
	xborder:solid red 1px;
}

#title {
	position: absolute;
	top: 40px;
	left: 450px;
	width:350px;
	height: auto;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

#top {
	position: relative;
	width:800px;
	height: auto;
	xborder:solid blue 1px;
}
