/*
	Stylesheet fuer die Toskana-Seiten auf Pacos Homepage
*/

body
{
	color: #000;
	background: #6ff url(../Bilder/bluewht.jpg);
	font: 16pt "Lucida Handwriting", "Script MT Bold", "Zapf Chancery", cursive;
}

.big {font-size: 150% }
A:link { color: #00f }       /* unvisited link */
A:visited { color: #808 }   /* visited links */
A:active { color: #f0f }    /* active links */

H1
{
	text-align: center;
	font-size: 24pt;
}

.Bilder
{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.Bilder td {text-align: center;}

.Links
{
	font-size: 12pt;
	text-align: center;
}
table.Bilder
{
	margin-left: auto;
	margin-right: auto;
	width: 0;
}

table.Links
{
	width: 100%;
}

table.Links td
{
	width: 33%;
}

.copyright
{
	margin-top: 24pt;
	font: 7pt "Arial", "Helvetica", sans-serif;
}




