/* CSS Document */

div.main{
	width:750px;
	background-color:#EEEEEE;
	font-family:'Courier New', Courier, monospace;
	border-style:dashed;
	border-width:1px;
}
a:link{
	text-decoration:none;
	color:#0066FF;
}

a:visited{
	text-decoration:none;
	color:#0066FF;
}