/* CSS Document */
body {
	color: #667A79;
		}
html {
	overflow-y: scroll;
	}
#info {
	width:800px;
	height:600px; 
		}
#text {
	width:710px;
	height:480px; 
	border:1px solid #FFFFFF;
	}
#bottom {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
#sideout {
	color: #000000;
	}
.quote{
	font-family: "Comic Sans MS";
	font-size: 16px;
	color:#FFFFFF;
	text-align:center;
	}
a:link {
    color: #ffffff;
    background-color: transparent;
}
a:visited {
    color: #FFFF00;
}