/*
 * If their screen is 640 wide or smaller, they are probably on a mobile device
 * so just pack everything in and don't try to make it look too elegant.
 */

body
{
	margin-top : 50px;
	margin-bottom : 50px;
	margin-left : 2%;
	margin-right : 2%;
	background:url(bg.jpeg);
	background-size:100% 100%;
	background-repeat:no-repeat;
}

img.mid
{
	width : 95%;
}

th.rj
{
	text-align : right;
}

th.lj
{
	text-align : left;
	margin-left : 20pt;
}

td.rj
{
	text-align : right;
}

td.rj p
{
	margin-right : 10pt;
	text-align : right;
}

td.lj
{
	text-align : left;
}

hr
{
	color : black;
	border-color : black;
	background-color : black;
}

