#wrapper {
            width: 720px;
            margin: 0 auto;
            text-align: left;
}
body {
	background-color: #FFCCFF;
}
a:link {
	text-decoration: none;
	color: #0000CC;

}
a:visited {
	text-decoration: none;
	color: #0000CC;

}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0000CC;

}
