body
{
	font-family: Arial;
	font-size: 14px;
}

a
{
	color: Blue;
}
a:hover
{
	text-decoration: none;
}

p
{
	text-align: justify;
	text-indent: 20px;
}

.pluginTable
{
	width: 90%;
	margin-bottom: 10px;
}
.pluginName
{
	text-align: left;
	font-weight: bold;
}
.pluginDownload
{
	text-align: right;
}
.pluginDescription
{
	text-align: justify;
	text-indent: 15px;
}