/* Style Sheet Setting File */


/* BODY TAG ------------------------------------- */

body	{	
				background-color: #000014 ;
				color			: #FFFFFF ;
				font-family		: 'Tahoma','Arial' ;
				margin			: 5 5 5 5 ;
}


h1		{
			font-family		: 'Tahoma','Arial'	;
}

img		{
			border : 0 ;
}


/* PRE TAG -------------------------------------- */

pre	{
			font-family: 'Lucida Console';
}


/* ANCOR TAG -----------------------------------  */

a:link    { color: #000000 ;  text-decoration:none ; font-size:xx-small }
a:active  { color: #000000 ;  text-decoration:none ; font-size:xx-small }
a:visited { color: #000000 ;  text-decoration:none ; font-size:xx-small }
a:hover   { color: #FFFFFF ;  text-decoration:none ; font-size:xx-small }
}

/* TABLE TAG -----------------------------------  */

table,th,td,tr  {
									border-width    : 0pt		;
									border-color    : #C9B49A	;
									border-style    : none		;
}


/* CLASS ---------------------------------------  */

.left    { text-align: left  ; }
.right   { text-align: right ; }
.center  { text-align: center; }
