a {
	color : #CC6600;
	text-decoration : none;
}

a:hover {
	color : #0000FF;
	text-decoration : underline;
}

body{
	background : #FFFFFF;
	color : #777B88;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size : 12px;
}

div.box {
	margin : 0 auto;
	width : 750px;
}

h1 {
	font-size : 11px;
	font-variant : small-caps;
	font-weight : normal;
	letter-spacing : 3px;
	margin-top : 0;
	padding : 1px 0;
	text-align : center;
}

table {
	background : #FFFFFF;
	border : 1px dotted #6699FF;
}

