body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: auto;
	width: auto;
}

#wrapper{
	width: 800px;
	margin: 50px auto;
	height: 600px;
	border: 3px groove #000000;
}

a:link, a:visited{
	color: #004892;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #1763b5;
}

a:focus, a:hover, a:active{
	color: #3c85d4;
	background-color: #b6d9ff;
}
h1{
	text-align:center;
}
h1, h2, h3 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-weight:normal;
	letter-spacing:-1px;
	font-size: 1.5em;
	color: #050404;
}

h2{
	font-size: 1.4em;
	margin: 20px;
}

p{
	margin: 20px;
	font-style:italic;
	
}


.graph {
	left: auto;
	right: auto;
}
.form{
	border: thin dotted #000000;
}
