
li {
  list-style: square;
}
h1{
color=#CCCCCC;
font-size: 12pt;
}
h2{
color=black;
font-size: 12pt;
}




greyback{
background-color: #dcdada;
}

img{
border:none;
}

img.pics{
	border-color:gray;
	border-width:1px;
	border-style:solid;
}

cite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	line-height: normal;
}


a:link {
	color:black;
	text-decoration: underline;
}
a:visited {
	color:#af0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color:#404040;
	background-color: #dcdada;
}
a:active {
	color:red;
	text-decoration: underline;
}

