/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 



a{
	color: #ffffff;
	text-decoration: none;
	
}

a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

body {
	background-color: #0099FF;
	font-family:Arial, "Courier New", Courier, monospace;
	letter-spacing:0.01em;
	font-size:13px;
}

p {
	font-family:Arial,  "Courier New", Courier, monospace;
	letter-spacing:0.05em;
	padding:2em;
}


