@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic|Dancing+Script);

body, html	{
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #999;
	letter-spacing: 0px;
	}

#hugs	{	position: absolute;	top: 0;	left: 0;	}
#kisses	{	position: absolute;	top: 440px;	left: 95px; width: 450px;	text-align: justify;	}

b	{	color: #ba98bd;	}
strong	{	color: #ba98bd;	}
i	{	color: #ffa9a6;	}

ul	{	list-style: circle;	}

textarea, input, button, select	{	
	border: 1px solid #e2d6e9;
	background-color: #FFFFFF;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	padding: 3px;
	}

a	{	color: #ffa9a6;	text-decoration: none;	}
a:hover	{	color: #9933ff;	}

hr {
	border-bottom: 2px dashed #ccc;
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
	color: transparent;
	background-color: transparent;
	height: 3px;
	margin: 5px 0;
	}

h1	{
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	color: #ffa9a6;
	font-weight: 400;
	text-align: left;
	margin: 0px;
	padding: 0;
	}

h2	{
	font-family: 'Dancing Script', cursive;
	font-size: 18px;
	color: #ba98bd;
	font-weight: normal;
	}
	
h3	{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #f778ad;
	font-weight: normal;
	text-transform: uppercase;
	}

.linkback	{
	border: 4px solid #e2d5ed;
	margin: 3px;
	}

.linkback:hover	{
	border: 4px solid #f4cbdc;
	}

.showcodes	{	text-align: left;	}