/*
---------------SECTIONS---------------
*/

body {
	color: 			white;
	background-color: 		#0359CF;
	font-color:		white;
	font-family:		sans-serif
}

.section {
	margin: 			.5em;
	padding:			.5em;
	border:			thick solid blue;
	background-color:		white;
}

.faq {
	margin:			0.25em;
	padding:			0.25em;
	border:			thick solid grey;
	background-color:		darkblue;
	font-color:		white;
	font-size:			0.75em;
	font-family:		sans-serif;
}

/*
---------------HEADS--------------------
*/

h1 {
	color:			white;
	font-size:			3em;
	font-family:		sans-serif;
}

h2 {
	color:			white;
	font-size:			2em;
	font-family:		sans-serif;
}

h6 {
	color:			white;
	font-size:			1em;
	font-style:			italic;
}

/*
-------------BLOCKS---------------------
*/

p {
	font-size:			1em;
}

p.bigp {
	font-size:			1.5em;
}

p.projdesc {
	margin:			.25em;
}

address {
	color:			white;
	white-space:		normal;
	font-size:			1em;
	font-family:		sans-serif;
}

div li {
	font-size:			1em;
	font-family:		sans-serif;
}

dd {
	color:			black;
	font-size:			1.2em;
	margin:			1em;
}

/*
---------------INLINES---------------------
*/

a:link {
	color:			white;
}


a:visited {
	color:			white;
}
em {
	font-style: 		italic;
	font-weight:		bold;
	font-size:			1.5em;
}
