body {
	background-color: #FFFFFF;
	background-image: url(bg.jpg); 
	background-repeat: repeat-y;
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	color: #598FA3;
}

input, textarea, option, select {
	background-color: #EAEAEA;
	color: #6E6C8A;
	border: 1px dotted #017DA7;
	padding: 2px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
}

h1 {
	font-family: Verdana;
	font-size: 30px;
	font-weight: bold;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: -4px;
	color: #5B4367;
	line-height: 20px;
	text-indent: 50px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: Arial Narrow;
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px;
	color: #B5304E;
	background-image: url(h2.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-bottom: 0px;
	margin: -4px 0px 3px 0px;
}


a:link, a:visited, a:active {
	color:#3A2C4B;
	font-size: 10px;
	text-transform: lowercase;
	font-family: Verdana; 
	cursor: crosshair;
	text-decoration: none;
	border-bottom: 2px #F66E62 solid;
}

a:hover {
	color:#F66E62;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Georgia; 
	cursor: crosshair;
	text-decoration: none;
	border-bottom: 2px #3A2C4B solid;
}

b  {
	font-family: Century Gothic;
	font-size: 10px;
	color: #8B8DBE;
}

i {
	color: #484C57;
	font-size: 10px;
	font-family: Georgia;
}

u {
	color: #F04C5E;
	font-size: 11px;
	font-family: Arial Narrow;
	text-transform: uppercase;
}

.image {
	background: #B96674;
	border: 4px solid #B96674;
}

blockquote {
	background: #FFCD9C;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
	color: #A62A4D;
	border-right: 0px solid #A4B9C4;
	border-left: 5px solid #5B4367;
	padding-left: 3px;
	padding-right: 3px;
	width: 256px;
}

#footer {
	clear: all;
	font-family: Verdana;
	font-size: 8px;
	color: #9F9F9F;
}
