/*	Stylesheet for scientific papers, abstracts, summaries    */

body		{
		background-color:	#ffffff;
		font-family:	Times, "Times New Roman", Serif;
		font-size:	100%;
		font-weight:	500;
		}

pre		{
font-family:	courier, "courier new", monospace;
		}

h1		{font-size:	200%	}
h2		{font-size:	165%	}
h3		{font-size:	125%	}
h4		{font-size:	100%	}
h5		{font-size:	91%	}
h6		{font-size:	83%	}

.abhead		{
		font-family:	Arial, Helvetica, Sans-serif;
		color:		#ffffcc;
		background-color:#336699;
		text-align:	center;
		margin-left:	30%;
		margin-right:	30%
		}

.abstract	{
		font-weight:	bold;
		text-align:	justify;
		text-indent:	2em;
		margin-left:	3em;
		margin-right:	3em
		}

.author		{
		font-size:	91%;
		text-align:	center;
		margin-left:	3em;
		margin-right:	3em
		}

.head		{
		font-family:	Arial, Helvetica, Sans-serif;
		color:		#336699;
		margin-left:	3em;
		margin-right:	3em;
		}

.linkto		{
		font-family:	Arial, Helvetica, Sans-serif;
		font-size:	91%;
		color:		#336699;
		margin-left:	3em;
		margin-right:	3em;
		}


.publication	{
		font-size:	83%
		}

.stitle		{
		font-family:	Arial, Helvetica, Sans-serif;
		color:		#ffffcc;
		text-align:	center;
		background-color:#993333;
		margin-left:	30%;
		margin-right:	30%
		}

.summ		{
/*		font-family:	Arial, Helvetica, Sans-serif;	*/
		font-size:	91%;
		font-weight:	700;
		text-indent:	2em;
		margin-left:	3em;
		margin-right:	3em
		}

.title		{
		text-align:	center
		}

/*	Default links			*/

A.return:link	{
font-family		:	helvetica,sans-serif;
text-decoration	:	none;
font-weight		:	700;
font-size		:	85%;
color			:	#FFFFFF;
}

A.return:hover	{
font-family		:	helvetica,sans-serif;
text-decoration	:	none;
font-weight		:	700;
font-size		:	85%;
color			:	#FFFFFF;
}

A.return:visited{
font-family	:	helvetica,sans-serif;
text-decoration	:	none;
font-weight		:	700;
font-size		:	85%;
color			:	#FFFFFF;
}

A.return:active	{
font-family		:	helvetica,sans-serif;
text-decoration	:		none;
font-weight		:	700;
font-size		:	85%;
color			:	#FFFFFF;
}