﻿.linkTitle
{
	font-weight:bold;
	font-size: 16px;
	color: Green;
}
.linkName
{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.linkUrl
{
	font-size: 14x;
	text-transform: lowercase;
}
#linktext a
{
	color: White;
}
#linktext a:hover
{
	color: Gray;
}
