A:link, A:visited, A:active {color: #000000; text-decoration:none; font-weight: bold;}
A:hover {color:#000000; background-color: #D1DAEE; font-weight: bold;}

body 
{
background-image: url(bg.jpg);
font-family: arial, 'trebuchet ms', verdana, serif;
padding: 2px;
letter-spacing: 1px;
color: #4D3F57;
}

table
{
color: #4D3F57;
border: #4D3F57 solid 1px;
background-color: #ADA4D4;
}

input,
textarea,
select {
	width: 80%;
	padding: 20px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #D1DAEE !important;
	color: #4D3F57;
	border: 1px solid rgba(194,178,128,0.18);
	border-radius: 18px;
	font-family: 'Georgia', serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height:2.7;
	outline: none;
	box-sizing: border-box;
	transition:
		border-color 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s ease;
}

.content
{
font-size: 10pt;
line-height: 18px;
padding: 6px;
text-align: justify;
background-color: #ADA4D4;
}

.head
{
padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
background-color: #4D3F57;
border-top: 1px solid #4D3F57;
border-left: 1px solid #4D3F57;
border-right: 1px solid #4D3F57;
border-bottom: 1px solid #4D3F57;
color: #D1DAEE;
font-size: 11pt;
font-weight: bold;
letter-spacing: 2px;
}