#info {
		font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
		color:#08021C;
		font-size:0.7em;
		width: 320px;
		background:#90C8ED;
		border:#FFFFFF 4px solid;
		margin:0 auto;
		margin-top:150px;
		padding:20px;
	}
	#info p{
		margin:5px;
	}
	a {
		color:#08021C;
		font-weight:bold;
		text-decoration:none;
		border-bottom:thin dotted;
	}
	a:hover{
		color:#FFFFFF;
		background:#443F2E;
	}
	#content {
		color:#08021C;
		font-size:xx-small;
	}
	#content a{
		color:#08021C;
	}