/* Normal, standard links. */
a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #FF0000;
}


/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Tables should show empty cells. *2F
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{

	color: #FFFFFF;
	font-family : "Verdana";
	font-size:8pt;
}
table.link {
	border-width: 3px 3px 3px 3px;
	border-spacing: 2px;
	border-style: dashed dashed dashed dashed;
	border-color: white;
	text-align: center;
	color: back;
}
table.link th {
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: white;
}
table.link td {
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: white;
}
/* tabel */
#dictionar {

	text-align:center;
}
#dictionar a:hover{

	color: #0000FF;
}
#dictionar a{

	color: #FFFF00;
}
#dictlink {
	padding-top: 12px;
	padding-bottom:15px
}