/* $Id: style.css,v 1.2 2004/08/20 09:34:53 dries Exp $ */

/*
** HTML elements
*/
body {
	margin: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	background-color: #000000;
	color:#FFFFFF;
	font-size:12px;
/*	background-image: url(img_trr/trs_background.gif);
	background-repeat: repeat-y;
	background-position: center top;*/
}


a:link {
text-decoration:none;
  color: #E41A1A;
}
a:visited {
color: #E41A1A;
}
a:hover {
text-decoration:none;
color: #990000;
}

a:active {
  color: #990000;


.spacer {

heigt: 30px;




}