p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #FFFFFF;

}
a:link {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #00CCFF;
}
.border1 {
	border: 1px solid #990000;
}
.button1 {
	color: #FF0000;
	border: 1px solid #990000;
	background-color: #990000;
}
.rightborder {
	border-right-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}
