/*     This file is part of Sitemakers.be's Tagboard 
   Copyright © 2003 Sitemakers.be - All Rights Reserved */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Georgia, "Arial", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	scrollbar-face-color: #EFEFEF;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #01AB48;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-track-color: #333333;
	scrollbar-darkshadow-color: #EBEBEB;
}
p {
	margin: 0px;
	padding: 0px;
}
form p {
	padding-left: 2px;
}
input {
	font-family: Georgia, "Arial", Times, serif;
	color: #E4E4E4;
	background-color: #000000;
	border: 1px solid #999999;
	margin: 1px 0px;
}
a:link, a:visited, a:active, a:hover {
	color: #0099FF;
	font-weight: bold;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.tag2 {
	color: #0099FF;
	background-color: #333333;
}
.tag2 a:link, .tag2 a:visited, .tag2 a:active, .tag2 a:hover {
	color: #009900;
	font-weight: bold;
}
#parchs {
	margin-top: 12px;
}
#pslink {
	text-size: 80%;
	text-align: center;
}