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

body {
	background-image: url(images/bg_block_01.gif);
	background-repeat: repeat;
	background-position: top, center;
	background-color: #FFFF16;
}
.main {
	width: 800px;
	text-align: center;
	margin-top: 150px;
	margin: auto;
}
.main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #343434;
	margin: auto;
	padding-top: 3px;
}
.bold {
	font-weight: bold;
}
_info {
	font-family: Georgia, "Times New Roman", Times, serif;
}
._info {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 700px;
	position: relative;
	text-align:center;
	font-size:24px;
	margin: auto;
	margin-top: 70px;
}

.writing a:link  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #343434;
	margin: auto;
	padding-top: 3px;
	text-decoration: none;
	border:0px;
}


.writing a:hover {
	color: #FFFF16;
	background-color: #343434;
	padding: 3px;
	text-decoration: none;
	border:0px;
}


.writing a:visited:hover  {
color: #FFFF16;
}

.writing a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #343434;
	margin: auto;
	padding-top: 3px;
	text-decoration: none;
	border:0px;
}


