@charset "utf-8";
/* CSS Document */
body {
	margin-right: 0px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/Backgrounds/thin%20spline%20yel-grey.jpg);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

}
#MainBody {
	width: 100%;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#MenuCanadiana {
	height: auto;
	width: 200px;
	float: left;
	border-top-width: 1px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#MenuCanadiana a {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}
#MenuCanadiana a:hover {
	color: #CC3300;
	text-decoration: none;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #6600ff;
}


.LinkHeader {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#JokeBody {
	height: auto;
	width: 600px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
}
#JokeBody h2 {
	font-family: "Comic Sans MS";
	margin-top: 5px;
	margin-bottom: 5px;
}
#JokeBody p {
	margin-top: 5px;
	margin-bottom: 5px;
}

