/* CSS Document */
h1
{
	font-size: 1.36em;
	color: #ff0000;
}

h2
{
	text-transform: capitalize;
	color: #666666;
	font-size: 1.00em;
}

.clear
{
	clear: both;
}

a
{
	color: #FF0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.black a
{
	color: #373737;
}

.black a:hover
{
	text-decoration: none;
}

.border img {
	padding: 1px;
	border: 1px solid #ff0000;
}

.border {
	text-align: center;
}
