html
{
	height: 100%;
	box-sizing: border-box;	
}
html,body
{
	font-family:verdana;
	margin:0px;
	padding:0px;
}
body
{
	background-color:rgb(230,230,230);
	
}
div#title
{
	font-family: 'Quicksand', sans-serif;
	text-align:center;
	padding:10px;
	
}

header
{
	background-color:rgb(255,255,255);
	text-align:center;
	
		max-width:1000px;
	margin-left:auto;
	margin-right:auto;		
}
nav
{
	text-align:center;
	margin:0px;
	padding:5px;
	background-color:rgb(104,148,165);
	text-align:center;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;	
	
	
}
nav table
{
	margin-left:auto;
	margin-right:auto;
	border-spacing: 10px 0px;
    border-collapse: separate;	
	
}
nav table tr td
{
	padding: 5px;
	/*min-width:80px;*/
	width:70px;
	padding-left:10px;
	padding-right:10px;
	background-color:rgb(144,188,205);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	/*margin-left:15px;*/
	
}
nav table tr td.active
{
	background-color:rgb(184,228,245);
	
}
nav table tr td:hover
{
	background-color:rgb(164,208,225);
}
section#content
{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:rgb(255,255,255);
	/*padding:20px;*/
	min-height: 100%;
	
}
table#accounts
{
	font-size:10px;
}
table#accounts tr
{
	border:1px solid grey;
}
