
.canvas
{
    width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
a:link, a:visited 
{
	color: #0000ff;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	border:none;
}
img 
{
    border:none;
}

h1, h2, h3, h4, h5, h6
{
    padding-bottom:14px;
    font-weight:bold;
}

#topCont, .menu, .footerWrapper
{
    display:none;
}


/*Content*/
body
{ 

    
}
b, strong
{
    font-weight:bold;
}
i, em
{
    font-style:italic;
}
ul
{
    list-style-type:square;
    list-style-position:inside;
}
ol
{
    list-style-type:decimal;
    list-style-position:inside;
}
ol, ul
{

}
li
{

}
p
{

}


