/* CSS Document */

body{
	background-image: url(images/back.png);
	background-repeat: repeat;
	color: #995174;
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin: 0px;}
	
a:link{
	color: #aca1b5;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;}
	
a:visited{
	color: #aca1b5;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;}
	
a:hover{
	color: #cd5f71;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;}
	
.header{
	background: none;
	color: #cd5f71;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;}
	
.foot{
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 25px;
	text-align: left;
	text-decoration: none;}
	
#popup{
        position: center;
        top: 100px;
        left: 100px;
        width: 300px;
        border: solid 1px #cd5f71;
        background-color: #d2cddc;
        visibility: hidden;}