body {
    background-color: #5b92e5;
	background-image: url("images/bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: right 50px;
	color: #FFFFFF;
}
h{
	font-size:100%;
}
table{
	background-color: rgba(255,255,255,0.5);
}
table th{
	padding: 25px;
}
table td{
	padding-top: 0px;
}
table img:hover{
	outline: 2px solid #1a1467; 
}
a{
	color:#1a1467;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}