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

#layout {
	background-image: url(line.png);
	background-repeat: repeat-x;

}

.text {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.text a {
	font-weight:900;
}
.bold {
	font-weight: bold;
}
a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
