@import url("http://fonts.googleapis.com/css?family=Lato:400,700");
* { font-family:Lato, Arial; }
body { font-family:Lato, Monospace !important; }
code { font-family:Consolas, Monospace !important; }

html, body, form { height: 100%; }

li { font-family:inherit; }

h1 {
	text-align: center;
	font-weight: bold;
	font-size: larger;
	padding-bottom: 5px;
}

table, th, td {
	border: 1px solid black;
	max-width: 95%;
	padding: 2px;	
}

.color1 { background-color: #A0E0A0; }
.color2 { background-color: #A0A0E0; }

div.content {
	padding-top: 5px;
	margin-left: 85px;
}

div.navbar {
    position:fixed;
    bottom:0;
    top:0;
   	width: 75px;
	background-color: #A0E0A0;
    float:left;
    font-weight: bold;
    font-size: smaller;
    padding-top: 5px;
    padding-left: 5px;
}

ul.navmenu { margin-top: 5px; }
div.navbar a { color: #000000; }
div.smallFont { font-size: smaller; }

b { font-weight: 700; }

.solo {
	font-weight: bold;
	background-color: orange;	
}

.collaborative {
    font-weight: bold;
    background-color: lightGreen;   
}
