.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	
}

.Code
{
	border:  #666666 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	font-family: 'Courier New' , Monospace;
	background-color: #D9D9D9;
}
input[type="text"], 
input[type="password"],
textarea{
   border: 1px solid #999999;
   margin: 2px;
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
   border: 1px solid lime;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
   border: 1px solid red;
}

