/* CSS Document */

body{
	background-color: #ffffff;
	background-image: url(http://www.geocities.com/shiroi_melody/images/bug_back1.jpg);
	background-repeat: repeat-x;
	color: #336633;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px;}
	
a:link{
	color: #c92f2e;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}
	
a:visited{
	color: #c92f2e;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}
	
a:hover{
	color: #ce7a79;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;}
	
.header{
	background: #e49090;
	border-bottom: #c99a9a 1px solid;
	border-right: #c99a9a 1px solid;
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;}
	
.menu{
	background: #f5f8f0;
	border: #cfd6c3 1px solid;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	text-decoration: none;}
	
.foot{
	color: #336633;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 25px;
	text-align: left;
	text-decoration: none;}