@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #3e4c61;
	margin-top: 125px;
	margin-bottom: 38px;
}

#psk_table
{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	color: #CCCCCC;
}

h1
{
	margin-top: 18px;
}

a, a:hover, a:active, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.footer
{
	margin-top: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
	text-align: center;
	color: #FFFFFF;
    background-color: #47576f;
}