/* Style sheet for Amaraland 5 */
/* Body selectors */

body {
background-image: url(bugs.jpg);
background-color: #8E45DD; 		/* background color is Purple */
color: #ffffff;				/*white text overall */
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
margin-top: 10px;
margin-right: 50px;
margin-bottom: 20px;
margin-left: 50px;
}

p {
text-align: justify;
}

.right {
text-align: right;
}

#wrap {
width: 700px;
margin: auto;
}


h1 {
/* text-align: center; */
font-family: "Comic Sans MS", arial, sans-serif;
font-size: 2em;
text-align: center;
}

.center {
text-align: center;
color: inherit;
width: 650px;
height: 432px;
background-color: #FABCF8;
border: solid 2px white;
}



/* Psuedo Classes or Links go Here*/

/* Styling for Referrer Code for Class */

.w3c {
text-align: center;
}

.w3c img {
padding: 5px;
border: 1px solid #ffffff;
color: #fff;
background-color: #FABCF8;
}

