@charset "UTF-8";

/* ---- Lupsi.com ---- */
/* #666666	- bgrd
/* #F2DECB	- text
/* #FAB3A3	- link
/* #83BA54	- menu-0
/* #ADDD84	- menu-1
/* ---- Lupsi.com ---- */

a {color: #FAB3A3; text-decoration: none;}
a:hover {color: #FAB3A3; text-decoration: underline;}

body {
	background-color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color: #F2DECB;
}

p {text-align:left;
	margin-left:25px;
	margin-right:25px;
}

.pcopy {text-align:center;
	font-size:75%;
	}