/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-size: larger;
	font-weight: normal;
	background-color: #C3E4F6;
	color: #1D4C64;
	line-height: 1.166;
	font-size:larger;
	padding: 0px;
	text-align: center;
	top: 10%;
	font: "MS Sans Serif", Geneva, sans-serif;
	margin: 10%;
}
a: link{
	
color: #1D4C64;
	}
a: hover{
	
color: #1D4C64;
}

a:visited{
	color: #1D4C64;
}

