/*     This file is part of Sitemakers.be's Tagboard 
   Copyright © 2003-2005 Sitemakers.be - Some Rights Reserved */

#tagboard p {
	margin: 0px;
	padding: 0px;
}
#tagboard form p {
	padding-left: 10px;
}
input {  /* input changes the input fields */
}
a:link, a:visited, a:active, a:hover {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.tag2 {
	color: white;
	background-color: #555;
}
.tag2 a:link, .tag2 a:visited, .tag2 a:active, .tag2 a:hover {
	color: white;
	font-weight: bold;
}
.tag1 {
	color: #222;
	background-color: white;
}
.tag1 a:link, .tag1 a:visited, .tag1 a:active, .tag1 a:hover {
	color: #222;
	font-weight: bold;
}
#parchs {
	margin-top: 15px;
}
#pslink {
	text-size: 80%;
	text-align: center;
}
#psmileys img {
	cursor: pointer;
}
#tb_num_data {
	font-size: 70%;
}