.main_font { 
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333333;
}

body {
	background-image:url(images/jrb back.jpg);
	background-repeat:repeat-x;
}

.pixel_box {
	border:solid;
	border-width:1px;
	border-color:#1D437A;
}

a:link {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#003399;
	text-decoration:none;
}

a:active {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#003399;
	text-decoration:none;
}

a:visited {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#003399;
	text-decoration:none;
}

a:hover {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#003399;
	text-decoration:underline;
}