/* scripts (c) by tom */

body 		{ 
        background-color: #FFFFFF; 
}
div,body     {
        background-image: url("love_back.jpg");
        background-position: left top;
        background-attachment: fixed;
}

a:link     	{ text-decoration: none; color: #00008C; }
a:visited  	{ text-decoration: none; color: #00008C; }
a:active   	{ text-decoration: none; color: #00008C; }
a:hover    	{ text-decoration: none; color: #8C0000; }

p,h1,h2,h3,h4,h6,ul,ol,li,div,td,th,address,blockquote,nobr,i { 
	font-family: Arial, Helvetica, sans-ms; 
	font-weight: normal; 
	font-size: 12pt;
	color: black;  
}

h1 { font-size: 24pt; }		/* titel */
b { font-weight: bold;
    font-size: 12pt; }

h2 { font-size: 18pt;
     font-weight: bold; }

h6 { font-size: 8pt; }  	/* navigationsbar */

