@charset "UTF-8";
/* CSS Document */

a:link    { color: #444444; }
a:visited { color: #242424; } 
a:hover   { color: #242424; } 
a:active  { color: #242424; } 

html {
	overflow-y: scroll;
	}

body {
	background-color:#F1F0F0;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
}

#header {
	width: 100%;
	height: 32px;
	background: #242424; 	
	text-align: center;		
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.link-work {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8e0e2a;
	text-decoration: none;
}

