﻿/* CSS Document */

.a {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: 808080;
	border-right-color: 808080;
	border-bottom-color: 808080;
	border-left-color: 808080;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
p {
	font-size: 12px;
	line-height: 180%;
}
