html, body {
    height: 100%;
	width: 640px;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: top;
}

a:link    { color: #000; }
a:visited { color: #000; }
a:hover   { color: #000; }
a:active  { color: #000; } 

.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #003DA5;
}

.style2 {
	font-size: 14px;
}

.style3 {
	font-size: 12px;
	color: #663E16;
}
