/***********************/ 
/*    for  NANOChat    */
/* Designed by NANO(?) */
/***********************/

body{
	color: #642;
	background-color: #fed;
    font-family: Verdana, sans-serif;
}
a:link{
	color: #c36;
}
a:visited{
	color: #63c;
}
a:active, a:hover{
	color: #f63;
	text-decoration: none;
}
.nano{
	color: #862;
}
.name{
	color: #621;
}
h2, form{
	margin: 1px 5px;
}
p{
	margin: 1px 5px;
	text-indent: 0.6em;
}
input{
	margin: 0;
	text-indent: 0;
}
div.logs p{
	padding: 1px 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #9cf;
}
small{
	font-size: 80%;
	color: #ac8;
}
address{
	text-align: right;
	font-size: 80%;
	font-family: "Times New Roman", Times, serif;
}
 
