
/* Röd gammal pergamentsida med röd/gröna länkar och maroon text */

body { 
	background-color: #EECAAC;
	background: #EECAAC url(../graphics/pergam.jpg); 
	min-width: 600px; 
	max-width: 800px; 
	margin-left: auto; 
	margin-right: auto;
}

p, li, td, h4, h5, h6, i, b, strong
{
	font-family: Garamond, "PalmSpring", "Times New Roman", serif;
	color: #4E382D;
}

h1, h2, h3
{	font-family: Garamond, "PalmSpring", "Times New Roman", serif;
	color: maroon;}

h1{	font-weight: normal;
	font-size: 32pt;}

h2{	font-weight: normal;
	font-size: 24pt;}

h3{	font-weight: bold;
	font-size: 18pt;}

p, li, td, b, strong{
	font-size: 14pt;}

		A			{font-family: Verdana, sans-serif; font-size: 10pt; font-weight: bold;}
		A:link		{text-decoration: underline; color: #890000;}
		A:visited	{text-decoration: none; color: #B3787E;}
		A:active	{text-decoration: underline; color: #808080;}
		A:hover		{text-decoration: underline; color: #890000;}

.meny	A			{font-family: Verdana, sans-serif; font-size: 8pt; font-weight: normal;}
.meny	A:link		{text-decoration: underline; color: #890000}
.meny	A:visited	{text-decoration: none; color: #B3787E}
.meny	A:active	{text-decoration: underline; color: #808080}
.meny	A:hover		{text-decoration: underline; color: #890000}

