﻿/* CSS Document PASCAL VUISTINER */
* {margin:0; padding:0;}
body, img {text-align:center; background:white}

table {border-collapse:collapse; border:0;}

html, input, textarea {font-family:Arial, Helvetica, sans-serif; font-size:15px; color:white;}
 
a {text-decoration:underline; color:black;}
a:hover {text-decoration:none;}


/***************content***************/
.text{
	font-family:Courier New, monospace;
	color:white;
	text-align: center;}
.footer{
	font-size: 18px;
	font-family:Courier New, monospace;
	color:black;
	text-align: center;}
.table{
	width:1088px;}
.tableheader{
	text-align:left;}
	background-color:white;}
.tableleft{
	background-color:white;
	width:543px;}
.tablecontent{
	background-color:white;
	width:915px;}
.tabletext{
	padding:25px;


