/*
* My stylesheet!
*
* Copyright (c) 2002-2003 Peter Hui
*/

a.link, a, a.paperlink
{
	color:#0000ff;	
	text-decoration:none;
	font-family:arial,helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}

a.paper
{
	font-weight:normal;
}

a.plain
{
	color:#400080;
	font-family:arial,helvetica;
	font-size:10pt;
	text-decoration:none;
}

a:hover.link, a:hover, a:hover.paperlink
{
	color:red;
	text-decoration:underline;
	font-family:arial,helvetica;
	font-size:10pt;
}

img.img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

h1
{
	text-align:center;
}

body
{
	background: #dedede;
	color:#400080; 
	font-family:arial,helvetica;
	font-size:10pt;
}

h1
{
	font-family: arial,helvetica;
	color:#400080;
	font-size:14pt;
}

h2
{
	font-family: arial,helvetica;
	color:#400080;
	font-size:12pt;
}

captiontext
{
	font-family: arial, helvetica;
	color:#00FF00;
	font-size:5pt;
}

dictionary
{
	font-family: courier;
	color:#c68100;
	font-size:20pt;
}


h2.steg
{
	font-family: arial,helvetica;
	font-size:20pt;
	color:#c68100;
}

li.header
{
	font-weight:bold;
}

.norm
{
	font-weight:normal
}

img.floatleft
{
	float: left;
	padding-right:20px;
}

li.pubOdd
{
	background: #ababab;
}
