@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-repeat:repeat-x;
	background-color:#fef5d3;
	text-align:center;
	font-family:"trebuchet MS", "Times New Roman";
	font-size:11px;
	color:#996666;
}

#layout {
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	width:600px;
}

.table-link a{
	text-align:center;
	text-decoration:none;
	font-size:11px;
	display:block;
	color:#cc6600;
	background-color:#fef5d3;
	margin-bottom:2px;
	border-left:5px #efd386 solid;
	border-right:5px #efd386 solid;
	font-weight:normal;
}

.table-link a:hover{
	font-style:italic;
	border-left:5px #cc6600 solid;
	border-right:5px #cc6600 solid;
	font-weight:normal;
}

.table-title{
	text-align:center;
	text-decoration:none;
	font-size:12px;
	display:block;
	color:#cc6600;
	background-color:#fef5d3;
	margin-bottom:2px;
	border-bottom:1px #efd386 dashed;
}

.real-content{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	line-height:18px;
	border-left:35px #efd386 solid;
	border-right:35px #efd386 solid;
}

.real-inside{
	margin-bottom:50px;
}

.real-title{
	font-family:tahoma;
	font-size:20px;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:5px;
	background-image:url(title.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#990066;
}

.real-title:first-letter{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-style:italic;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:5px;
	color:#cc6600;
	font-weight:bold;
}

a {
	color:#cc6600;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	font-style:italic;
	font-weight:bold;
	color:#CC0000;
}

b, strong {
	color:#FF9900
}

i, em {
	color:#cc6600;
}

u {
	color:#FF6666;
}

blockquote {
	border-left:15px double #FF9900;
	padding-left:20px;
}