<!-- to link to this style sheet put this in the head tag //-->
<!-- link rel=stylesheet href=layout.css type=text/css    //-->


A:LINK {text-decoration:none; color:FFFFFF; border:0}
A:VISITED {text-decoration:none; color:FFFFFF; border:0}
A:ACTIVE {text-decoration:line-through; color:FFFFFF; border:0}
A:HOVER {text-decoration:none; color:FFFFFF; border:0}

Body
{
font-family:comic sans ms;
background-color:99CCFF;
color:3355FF;
cursor:url(neopets.cur);

  scrollbar-arrow-color: #0000FF;
  scrollbar-3dlight-color: #0000ff;
  scrollbar-highlight-color: #ddddFF;
  scrollbar-face-color: #ddddff;
  scrollbar-shadow-color: #0000ff;
  scrollbar-darkshadow-color: #ddddff;
  scrollbar-track-color: #ddddff;


  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#Content
{
background-color: 99CCFF;
position: absolute;
left: 150px;
top: 100px;
padding: 5px;
width:500px;
font-size:14;
}

#ad1
{
background-color: #55CCFF;
width:500px;
height:100px;
text-align:center;
position:absolute;
top:0;
left:150px;
padding-top:15px;
}

#ad2
{
filter:alpha(opacity=90);
position: absolute;
width:125px;
top:100px;
left:670px;
text-align:center;
}

Hr
{
color:eeeeff;
width:200;
height:5;
border-width:2;
border-style:dotted;

}

textarea
{
background:ddddff;
font-family:comic sans ms;
color:0000ff;
border-style:dotted;
}

td
{
text-align:center;
}

#top
{
position:absolute;
width:150px;
color:55ccff;
top:0;
left:0;
}

#Menu
{
background-color: #55CCFF;
position: absolute;
top: 100px;
left: 0px;
width: 150px;
font-size:12;
text-align:center;
}

.button {
	float: left; 
	width: 150px; 
	height: 25px;
	margin: 0 3px 0 0;
	background: url( 'button.png' ) 0 -50px no-repeat;
	margin-bottom:5px;
	text-align:left;
	}

.button a {
	font-family: verdana; 
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	font: bold 13px;
	color:#FFFFFF;
	text-decoration: none;
	background: url( 'button.png' ) top left no-repeat;
	}
	
.button span {
	display: block;
	margin: 0; padding: 3px 0 0 13px;
	margin-bottom:5px;
	}
	
.button a:active {
	color: black;
	}
	
.button a:visted {
	color: FFFFFF;
	}

.button a:hover {
	background-image: none;
	color: FFFFFF;
	}



