body {
	background: url('bg.gif') #3A554C top center;
	margin: 0px;
}

body, td {
	color: #DBC9CD;
	font: 12px sans-serif;
	line-height: 18px;
}

input, textarea, select {
	background-color: #DBC9CD; 
	margin: 0px;
	border: 1px dotted #6B4263;
	color: #426352;
	font: 12px sans-serif;
	line-height: 18px;
}

a, a:visited { color:#AD8CAD; text-decoration: none; font-weight:bold; letter-spacing:1px;}
a:hover, a:active { color:#8CADA5; font-weight:bold; }


.big {
	background-image: url(intuition-title.jpg);
	background-repeat: no-repeat;
	background-color: #744F58;	
	width: 510px;
	margin: 0px auto;
	padding-top: 340px;
}

.menu {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	height: 40px;
	word-spacing: 16px;
	margin: 0;
	padding-right: 20px;
}

.menu a {letter-spacing: 3px; color: #CEB6BC; font-weight: bold;;}
.menu a:hover {color: #5A3952;}

.textbox {
	margin: 10px 0px 0px 0px;
	padding: 15px 10px 10px 15px;
}

h2, h1 {
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	letter-spacing: 2px;
	color: #8CADA5;
	font-family: serif;
	font-size: 14px;
}


form {
	margin: 0px;
}


p  {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

.code {
margin: 2px 2px 2px 2px;
}