body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CAD2FF;
}
p {
	line-height: 20px;
	text-align: justify;
}

img {
	border: 0px;
}

.side {
	background-attachment: fixed;
	background-image: url(../images/side.gif);
	background-repeat: repeat-x;
}
.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
