@charset "utf-8";
/* CSS Document */

body{
  background-image:url(images/bg-boy.jpg);
}

hr.nav {
	border: #c3c8e0 thin solid;
	padding:0;
}

a {
	color: #022afb;
}

a:hover {
	color: #111c89;
}

/*Left Nav Links*/ 
a.nav {
	text-decoration:none;
	color:#022afb;

}

a.nav:hover {
	text-decoration:underline;
	color:#111c89;
}

/*Right Nav Links */ 
a.index {
	text-decoration:none;
	color:#111c89;
	font-family:"Courier New", Courier, monospace;
	margin-left:1em;
}

a.index:hover {
	text-decoration:underline;
	color:#022afb;
	margin-left:1em;
	font-family:"Courier New", Courier, monospace;	
}

a.indexViewAll {
	text-decoration:underline;
	color:#111c89;
	font-family:"Courier New", Courier, monospace;	
}

a.indexViewAll:hover {
	text-decoration:underline;
	color:#022afb;
	font-family:"Courier New", Courier, monospace;	
}
