@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(img/bg.jpg);
	background-repeat:no-repeat;
background-attachment:fixed;
background-position:center top; 
}

p {
	
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif	;
	color: #444;
text-decoration: none;
word-spacing: 0.05em;
text-align: justify;
letter-spacing: 0;
line-height: 1.4em;
font-size: 14px;
}



h1{
	
			color:#5a0a53;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif	;
		text-align: right;


}

h2{
		
		color:#5a0a53;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif	;
	line-height: 30px;
}


h3{
	
		color:#666666;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif	;
	text-align: justify;
}

.myinputstyle {
	border: 1px dashed #666666;

	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #d0cdcd;
}