h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}

a:link { 
	text-decoration: none ;
	color: black;
}

a:visited { 
	text-decoration: none;
	color: black;
}

a:active { 
	text-decoration: none; 
	color: black;
}

a:hover {
	text-decoration: underline; 
	color: orange
}

.active { 
	font-size: 18px; 
}

.passive {
	font-size: 12px; 
}

img {
	border-style: none;
}

.Pointer { 
	cursor: pointer; 
}

.NoPointer { 
	cursor: default; 
}

.hide {	
	display: none; 
}

.show {	
	display: inline; 
}

.votingMessage { 
	font-style: italic; 
}

table {
	border: none;
}

.tableRow:hover {
	border-style: dotted;
	border-width: 10px;
	border-color: #000000;
	background-color: #F3F3F3;
}