body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0;	
}

a {
    color: #003366;
    text-decoration: underline;
}

a:link {
    color: #003366;
    text-decoration: underline;
}

a:visited {
    color: #003366;
    text-decoration: underline;
}

a:active {
    color: #999999;
}

a:hover {
    color: #999999;
}

.header {
	background: #cccccc;
	padding: 10px;
}

.title {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: .3em;
}

.content {
	font-family: 'Open Sans', sans-serif;
	padding: 10px;
}
