/*********************************/
/* FRITZ's Home Page Style Sheet */
/*********************************/

A:link { color: blue ; text-decoration: none }
A:visited { color: blue; text-decoration: none }
A:hover {
      color: blue ; background-color: #CCFF99 ;
      text-decoration: underline;
}
A:active {
      color: blue ; background-color: #CCFF00 ;
      text-decoration: underline;
}
#myblock1
{
	text-align:			left ;
	padding:			10px ;
	border:				dotted thin blue ;
	background-color:	LIGHTGREEN ;
	margin-left:		10px;
	margin-right:		10px;
	overflow:			hidden ;
	width:				600px ;
}
#myblock2
{
	text-align:			left ;
	padding:			5px ;
	border:				dotted thin darkgreen ;
	background-color:	#FAF0E6 ;
	margin-left:		10px;
	margin-right:		10px;
	overflow:			hidden ;
	width:				600px ;
}
#myblock3
{
	text-align:			left ;
	padding:			10px ;
	border:				dotted thin blue ;
	background-color:	LIGHTGREEN ;
	overflow:			hidden ;
	width:				300px ;
}
#myblock4
{
	text-align:			left ;
	padding:			10px ;
	border:				dotted thin blue ;
	background-color:	LIGHTGREEN ;
	overflow:			hidden ;
	width:				400px ;
}
#myblock6
{
	text-align:			left ;
	padding:			10px ;
	border:				dotted thin blue ;
	background-color:	LIGHTGREEN ;
	overflow:			hidden ;
	width:				600px ;
}
#myblock10
{
	text-align:			left ;
	padding:			10px ;
	border:				dotted thin blue ;
	background-color:	LIGHTGREEN ;
	overflow:			hidden ;
	width:				1000px ;
}

