@charset "UTF-8";
/* CSS Document */

body
{
background-color:rgb(255,255,255);
}
h1
{
color:black;
text-align:left;
font-family:"Arial";
}
h2
{
color:black;
text-align:left;
font-family:"Arial";
}
p.brod
{
font-family:"Arial";
font-size:small;
}
p.adresse
{
font-family:"Arial";
font-size:x-small;
}


a:link {color:rgb(142,39,99);}      /* unvisited link */
a:visited {color:rgb(142,39,99);}  /* visited link */
a:hover {color:rgb(142,39,99);}  /* mouse over link */
a:active {color:rgb(142,39,99);}  /* selected link */


table
{
	width:600px;
	background-color:rgb(250,250,230);
	padding:0px 50px 50px 50px;
}