/* CSS Document */

body{
	font-family:"Trebuchet MS", "Arial Narrow", Verdana;
	font-size:0.8em;
	color:#666666;
	margin:20px;
	background-image:url(../graphic/background.jpg);
}

.textContents{
	margin-left:20px;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:20px;
}

.dateComments{
	font-weight:bold;
}
.textComments{
	color:#333333;
	text-align:justify;
	font-weight:normal;
}

.nameComments{
	color:#FF6600;
	font-weight:bold;
}


h1{
	font-size:1.8em;
	color:#003366;
	font-style:italic;
	margin-bottom:0;
}

h2{
	font-size:1.3em;
	color:#003366;
	font-style:italic;
	margin-top:0;
	margin-bottom:0;
}

a{
	color:#003366;
	text-decoration: none;
}

a:hover{
	color:#6699FF;
}