body	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	}
div, p, th, td, li, dd, dl, dt    {
	/* redundant selectors to help NS4 not forget */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  12px;
}
A {
	color: Black;
	text-decoration: underline;
}

A:Hover {
	text-decoration: none;
	color: Black;
}
.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	color: #390;
}
.subtitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	font-style: normal;
	color: Black;
}
h1, h2, h3, h4, h5, h6	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #390;
	background-color: transparent;
	margin:5px 0 0 0;
}
.content {
	border: 1px dotted #333;
	background : Silver;
	padding : 5 5 0 5;
}
li{
	list-style: disc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}.line {  text-decoration: underline}
.caption {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}	
input {
	border : thin groove #036;
}
h1	{
	font-size:	18px;
	}
	
h2	{
	font-size:	16px;
	}
	
h3	{
	font-size:	14px;
	}
	
h4 {
	font-size:	12px;
	}
	
h5	{
	font-size:	10px;
	}
	
h6	{
	font-size:	8px;
	}		
