/* CSS Document */

body
	{
	scrollbar-face-color: #CEBDBD;
	}
		
.text
	{
	font-size: 0.8em;
	color: #666666;
	}
	
.text_bold
	{
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	}
	
.text_big
	{
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
	}
	
.title
	{
	font-size: 1.2em;
	color: #494949;
	font-weight: bold;
	border-left: 5px #494949 solid;
	border-bottom: 1px #494949 dashed;
	padding: 5px;
	}
	
.copyright
	{
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	}
	
<!--<link rel="stylesheet" href="common.css" type="text/css">-->
