﻿body {
	color: #273B5D;
	background-color: #CCECFF;
	font-family: sans-serif;
}

ul.navbar {
	display: inline;
}

li.navbar {
	display: inline;
	margin-right: 5em;
}

div.navbar {
	margin-bottom: 2em;
}

ul.friends {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

span.friends {
	font-style: italic;
}

ul.info {
	list-style-type: none;
	margin-left: 1em;
	padding-left: 0;
	font-style: italic;
}

h1.title {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
}

hr {
	border-style: solid;
	border-color: #B9C9D2;
	border-width: 1px;
}

a:link {
	color: #579AE6;
}

a:visited {
	color: #98A2A8;
}

a:active {
	color: dimgray;
}
