/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xx  CSS Table Gallery                               xx
xx  Poetry for Browser                              xx
xx  not for 'browsing with the operating system' :o xx
xx  Author: Monika Thon-Soun                        xx
xx  URL: http://www.webdesign-in.de/                xx
xx  Country: Austria                                xx
xx  Date: 2006-01-14                                xx
xx  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

table {
	font-size: 0.7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #5B0006;
	background-color: #FFEDEF;
	width: 95%;
	border-collapse: collapse;
}

td{
	padding: 7px;
	font-weight: bold;
}

thead th{border-bottom:1px dotted  #908F8B;}
thead th:first-child{border:none;}
tbody th{border-right:1px dotted #908F8B;}




h1 {
	font-size: 25px;
	font-style: italic;
	color: blue;
	font-weight: bold;
}

a img { border: 0; }
a:focus { outline: 0; }


