body {
	font-family: Tahoma;
	font-size: 20px;
}

h1 {
	font-size: 40px;
}

hr {
	border: 0px;
	height: 6px;
    background: #999;	
}

.grey {
    color: #AAA;	
}

a {
    color: #001F49;
	border: 0px;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}