/* GENERAL DEFINTIONS */
body {
	background-color:#000000;
	color:#ffffff;	
	font-family:Verdana,Arial,Courier,sans-serif;
}
/* 	defining all links for the SITE
*/
A:link,A:visited,A:active,A:hover  {
	color:#ffffff;	
	text-decoration:underline;
	font-weight:bold;
}
/* 	general paragraph
*/
p {	
	text-align:center;
}

table {
	text-align:center;
}

tr {
	text-align:center;
}
td {
	text-align:center;
}

h1 {
	letter-spacing:4px;
	color:#ff0000;	
	font-size:30px;
}
h2 {
	letter-spacing:3px;
	color:#ff0000;	
	font-size:18px;
}
h3 {
	letter-spacing:2px;
	color:#ffffff;	
	font-size:14px;
	font-weight:bold;
}



.declaration {
	font-size:11px;
	font-style:italic;
	text-align:center;
}

