﻿.clear
{
	clear:both;
}

strong,
b
{
	font-weight:bold;
}

a
{
	color:inherit;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.textboxContainer textarea.code,
textarea.code
{
	font-family:Lucida Console, Courier New, Courier;
	font-size:13px;
	line-height:normal;
}
