/* CSS Document */

body	{
	font-family: georgia, serif;
	}
	
a	{
	color: #00529f;
	}
	
a:visited {
	color: #00529f;
	}
	
a:hover	{
	color: #a9b4d9;
	}
	
a.white	{
	color: white;
	font-style: italic;
	}
	
a.white:visited {
	color: white;
	}
	
a.white:hover	{
	color: #a9b4d9;
	}

dl {
	color: white;
	margin: 0px;
	}
	
dt	{
	font-weight: normal;
	text-decoration: underline;
	font-size: 20px;
	margin: 0px;
	margin-bottom: 8px;
	}
	
dd	{
	margin-top: 4px;
	}
	
.no	{
	font-family: "times new roman", serif;
	}
