/*style.css*/

@import url(layout.css);

body {
	font-family: verdana ;
	font-size: 12px ;
	color: #666 ;
	line-height: 1.5 ;
	background: #fff ;
	}
	
a 	{
	color: #a0a0a0 ;
	text-decoration: none ;
	}
	
a:hover	{
  color: #666;
  text-decoration: none 
  	}
	
.right
	{
	position: relative;
	float: right;
	margin-top:15px;
	margin-right:10px;
	}

.logo
	{
	position: relative;
	top: 38px;
	left: 15px;
	}

.message
	{
	position: relative;
	margin-left: 15px;
	line-height: 250% 
	}
	
.contents{
	padding: 0px 80px 0px 0px;
	line-height:140%;
	font-size: 12px;
	}

.profilewords
	{
	position: relative;
	float: left;
	margin-top:35px;
	margin-left:15px;
	margin-bottom: 15px;
	font-size: 10px ;
	color: #000 ;
	clear: both;
	}
	
.scenerywords
	{
	position: relative;
	top: 10px;
	left: 20px;
	}

