	body
	{
		margin: 0;
	}
	h1
	{
		font-family:ΌΠ·’Ει;
		font-weight: normal;
	}
	h2
	{
		font-family:ΌΠ·’Ει;
		font-weight: normal;
	}
	
	#ff
	{
		width:95%;
		height:340px;
		overflow:auto;
		padding:20px;
	}
	.content
	{
		line-height:200%;
		padding-left: 50px;
	}
	.content:first-letter
	{
		font-size:200%;
		float:left;
		vertical-align: top;
	}
	.content2
	{
		line-height:200%;
		padding-left: 50px;
	}
	ul
	{
		line-height: 200%;
	}
	.lf
	{
		float:left;
	}
	.rf
	{
		float:right;
	}

	a.mylink
	{
		font-size:16px;
		text-decoration: none;
	}
	a.mylink:hover
	{
		color:#FF0000;
	}
	.toolbar
	{
		border: solid 1px #CCCCCC;
		background-color: #FFFFCC;
		padding: 10px;
		font-size:12px;
	}