@charset "iso-8859-1";
/*   difraStyle0.css   */
/*   ---------------   */

/*   Schriftart Titelzeilen Gr 1,2,3   */
h1,h2,h3
{
font-family: arial, "comic sans ms", 'sans serif';
text-align: center;
background-color: transparent;
}

/*   Schriftart Paragraph, Tabelle,List unsorted  ,    */
p,table,li,ul,address
{
font-family: arial, "comic sans ms", 'sans serif';
margin-left: 10pt;
color: white;
}
/*  Schriftgrösse für paragraph, Listen, Tabellenkopf, Tabellenzelle   */
p,li,th,td
{
font-size: 75%;
}

/*  Schriftgrösse für Adresse   */
address
{
font-size: 100%;
}

/*  Schriftfarbe für h1, h2, h3, hr (horizontale Linie)  */
h1,h2,h3,hr
{
color: white;
}

/*  Schriftfarbe für Links  */

a.one:link 		{color: #00F0FF;text-decoration: none}
a.one:visited 	{color: #00F0F6;text-decoration: none}
a.one:hover 	{color: #000FFF;text-decoration: none}
a.one:active	{color: #FFF0FF;text-decoration: none}

a.two:link 		{color: #999966;text-decoration: none}
a.two:visited 	{color: #999933;text-decoration: none}
a.two:hover 	{color: #9999FF;text-decoration: none}
a.two:active	{color: #999977;text-decoration: none}


a.hide:link 	{color: #0000FF;text-decoration: none}
a.hide:visited 	{color: #0000FF;text-decoration: none}
a.hide:hover 	{color: #000FFF;text-decoration: none}
a.hide:active 	{color: #FFF0FF;text-decoration: none}


/*  Body  */

body
{ 
background-color: #00008b 
}