h1.title {
        text-align: center;
	color: white;
        background:  #2175d9;
}
h2.title, h3.title, h4.title, h5.title {
	color: white;
        background:  #2175d9;
}

h4.alarm {
	color:red;
	background: white;
}
p.title { 
	color: white; 
        background:  #2175d9;
}
.front {
	text-align: center;
}
a.nav:link { color: #fac541;
        background:  #2175d9;
}
a.nav:visited { color: #fac541; 
        background:  #2175d9;
}
a.nav:active {color: white; 
        background:  #2175d9;}

a.pcc:link {color: white;
        background:  #2175d9;
}
a.pcc:visited {color:white;
        background:  #2175d9;
}
a.pcc:active {color:white;
        background:  #2175d9;
}

body { 	
	background-color: white;
	color: black;
	margin:0;
}
div {
	background-color: #2175d9;
	color: white;
}
div.title {
        background-color:  #2175d9;
	width: 100%;
	height:40px;
	margin-left: 0;
	margin-top: 0 ;
	border-bottom-style:groove;
	border-color: blue;

}
div.main {
        margin-left: 14ex;
	padding-top:1ex;
	padding-left:2em;
	padding-right:1em;
	float: none;
	clear: none;
	color: black;
	background-color:white;
}

.sidebar {
	position: absolute;
	left:0;
	width: 14ex;
	height:60em;
	padding-left:1ex;
	border-right-style:groove;
        border-color: blue;
	float: left;
	clear: none;
}
