BODY {
	color : Black;
	background-color : White;
	font-family : Calibri, sans-serif;
	font-size : medium;
	text-align : justify;
}

A {
	color : #0000CD;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}

h1 {
	font-size : 26px;
}

h2 {
	font-size : 23px;
}

h3 {
	font-size : 20px;
}

h4, .h4 {
	font-size : 17px;
}

.ser-male:before {
  content: "\f01d";
}

.ser-nav {
	padding : 0px 10px 0px 10px;
}

.nav > li > a {
	padding-left : 5px;
	padding-right : 5px;
}