body {
	color: #000000;
	background-color:#A38BDB;
	background-attachment: fixed;
	background-image: none;
	background-repeat: repeat;
	font-family:  Georgia, Verdana, Arial, sans-serif;
	text-align: center;
	}
	
.base{
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 740px;
	border-style: none;
	border-width: 0px;
	z-index: 3;
	}

.main{
	background-color: transparent;
	position: relative;
	top: -30px;
	left: 55px; 
	z-index: 2;
	}
a {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 60%;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	}
	
a:hover {
   color: #FFDDE4;
	background-color: transparent;
	}

.pad{
	padding: 0px 5px 0px 15px; 
}

.sel{
	background-color: #7576C8;
	}
	
img{
	background-color: transparent;
	border: none;
	}

