@meta { Title: "Publications"; }

BODY { 
	margin-right: 5%; 
	margin-left: 5%; 
	margin-top: 2em;
	font-size: 80%;
	font-family: "Georgia", "Times New Roman", "serif"; 
	color: #000000;
	background: #FFFFCC 
}

A.menu:visited {
		color: #0000b0;
		text-decoration: none;
}

A.menu:link    {
	color: #0000b0;
	text-decoration: none;
}

A.menu:active  { 
	color: #0000ff;
	text-decoration: none;
}

A.menu:hover  { 
	color: #4040ff;
	text-decoration: none;
	background-color: #d0d090;
}

A.bread:visited {
		color: #0000b0;
		text-decoration: none;
}

A.bread:link    {
	color: #0000ff;
	text-decoration: none;
}

A.bread:active  { 
	color: #0000b0;
	text-decoration: none;
}

A.bread:hover  { 
	color: #0000b0;
	text-decoration: none;
	background-color: #dddd99;
}

A:visited {
	color: #0000b0;
	text-decoration: none;
}

A:link    {
	color: #0000ff;
	text-decoration: none;
}

A:active  { 
	color: #0000ff;
	text-decoration: none;
}

A:hover  { 
	color: #0000b0;
	text-decoration: none;
	background-color: #dddd99;}

HR.EndRule { margin-top: 3em }

H1 {
  color: #606060;
  font-size: 250%;
  }
  
TD {
  font-size: 90%;
  }
  
DIV.SubHead { 
	color: darkblue;
	font-size: 120%; 
	font-weight: bold ;
	margin-top: 3em;
	text-transform: uppercase;
}

DIV.SubHead2 { 
	color: darkblue;
	font-size: 120%; 
	font-weight: bold ;
	margin-top: 2em;
	text-transform: none;
}

DIV.Copyright {
	font-size: 80%; 
	font-style: italic;
	margin-top: 2em;
}

DIV.comment {
  font-size: 80%;
  }

DIV.navbreadcrumbs {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-align: center;
}

SPAN.sub {
	font-size: smaller;
	vertical-align: sub;
}

SPAN.sup {
	font-size: smaller;
	vertical-align: super;
}

