/* Style.css */
/* Allgemeine Stylesheets des Projekts */
/* Autor:				Sina Rest  */
/* Letzte Aenderung: 	05.03.2013 */

@CHARSET "ISO-8859-1";

body { font-family: arial }

table, th, td
{ 
	border-color:black; 
	border-style:none
	
}

td
{
	padding:0px;
	spacing:0px
}