html {
	height:100%;
	width: 100%;
}
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	background-image: url(/i/back.jpg);
	background-color: #32487a;
	background-position: left; 
	background-repeat: repeat-y;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	color: #456395;
	font-size: 14px;	
}
p, td {
	line-height: 22px;
	color: #456395;
	font-size: 14px;
	font-family: Century Gothic,Verdana, Arial, Helvetica, sans-serif; 
}
p {
text-align: justify;
}
a, a:link, a:hover, a:visited, a:active {
	text-align: justify;
	line-height: 22px;
	color: #4a6ba0;
	font-size: 14px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}