body {
	background-color: rgb(153,153,153);
	background-attachment: fixed; background-position: top center;
	}

a:link {
	text-decoration: underline;
	font-style: normal;
        color: #CCFFFF;
}

a:visited {
	color:#CCFFFF;
}
	
img {
	border: 0px;
	}
	
h1 {
	font-size:26;
	text-decoration: underline;
	text-align:center;
	color:rgb(200,200,200);
	font-family: arial;
}

h2 {
	font-size:26;
	text-decoration: underline overline;
	text-align:center;
	text-shadow: 3px 3px 5px red;
}

h3 {
	font-size:large;
	text-decoration:underline overline;
	text-align:center;
	
	}

p {
	text-indent:10px;
	font-family: serif;
	font-weight: 500;	
}

.content{
	height:322; width:700;
	position: absolute; top: 29%; left:261px;
	overflow: auto;
	margin-top: 6px;
	z-index:100;
	}

.poptext{
	position:absolute; left:300px; top: 32%; 
	visibility: hidden;
	z-index:50;
	border: 3px solid white;
	text-align: justified;
}

.link{
	color:#CCFFFF;
	cursor:hand; cursor:pointer;
}	
