@import 'common.css';
div#content1
	{
	background-color: white;
	color: black;
	font-size: 1.1em;
	margin: 0 20px 0 160px;
	}
div#content1 h2
	{
	color: green;
	}
div#content1 li
	{
	padding: 0.2em 0;
	}
div#content1 dt
	{
	font-weight: bold;
	padding: 0.4em 0 0.2em;
	}
div#content1 dd
     {
	padding: 0;
	}
div#content1 dl.nl
	{
    list-style-type: disc;
    }
div#content1 p.em1
	{
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	}
ul#news a
	{
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}
div#contact_link
	{
	border: solid thin silver;
	font-size: smaller;
	margin: 2em 1em;
	padding: 0.5em;
	text-align: center;
	width: 830px;
	}
div#contact_link a:link, div#contact_link a:visited
	{
	color: green;
	font-style: italic;
	text-decoration: none;
	}
div#contact_link a:hover
	{
	color: blue;
	}

