/* CSS til Jens' homepage */

A:LINK		{	text-decoration:	none;
			font-family:		Verdana;
			font-size:		12px;
			color:			green}
A:ACTIVE	{	text-decoration:	none;
			font-family:		Verdana;
			font-size:		12px;
			color:			green}
A:VISITED	{	text-decoration:	none;
			font-family:		Verdana;
			font-size:		12px;
			color:			green}
A:HOVER		{	color:			#000000;
			text-decoration:	underline;
			font-family:		Verdana;
			font-size:		12px;
			color:			green}
UL		{	margin-top:		0;		/* Ubrugt */
			margin-bottom:		0;
			margin-left:		45;
			text-indent:		-25}
BODY		{	background:		white;
			font-family:		Verdana;
			font-size:		10px;
			color:			blue;
			topmargin:		0;
			marginheight:		0;
			leftmargin:		10;
			rightmargin:		10}
H1		{	font-size:		20px}
H2		{	font-size:		16px}
.top		{	font-family:		Verdana;
			font-size:		24px;
			font-weight:		bold;
			color:			blue;
			letter-spacing:		2px;
			font-weight:		bold}
.linklist	{	margin-top:		0px;		/* Main: Liste med links */
			margin-bottom:		5px;
			margin-right:		15px;
			margin-left:		25;
			text-indent:		-25}
.headline	{	font-family:		Verdana;	/* Main: Sektionsverskrifter */
			font-size:		14px;
			color:			blue;
			font-weight:		bold;
			margin-bottom:		0px}
.cat		{	font-family:		Verdana;	/* Main: Kategorier */
			font-size:		12px;
			color:			blue;
			font-weight:		normal}
.normal		{	font-family:		Verdana;
			font-size:		10px;
			color:			blue;
			line-height:		150%;
			margin-top:		0px}