@import url(all.css);

a{
	color:white;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	color: silver;
}

#main{
	background: #2C3B7E;
	width:777px;
	border: 1px outset #2C3B7E;
}

.ext, .ext td{
	font-size: 11px;
}