body {
	background-color: #b8c9f5;
	color: black;
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: navy;
}
a {
	text-decoration: none;
	color: #000099;
}

a:visited{ 
	color: #0066CC;
}

a:hover {
	color: #0066CC;
}

img {
	border: none;
}
.itemizeRoman {
	text-align: left;
	list-style-type: upper-roman;
}
.enumSquare{
	text-align: left;
	list-style-type: square;
}
.authorName {
	color: black;
	font-weight: bolder;
}
.paperName{
	font-weight: bold;
	font-variant: small-caps;
}
#menuBar {
	border: 1px solid;
	font-weight: bold;
}
#mainLogo {
	width: 100%;
}
#mainLogoContainer {
	text-align: center;
}
#leftSection {
	float: left;
	width: 20%;
	text-align: left;
	font-size: 85%;
}
#rightSection {
	float: right;
	width: 20%;
	text-align: right;
	font-size: 85%;
}
#centerSection {
	text-align: center;
	float: left;
	width: 56%;
}
#bottomSection {
	clear: both;
	text-align: center;
	margin-top: 50px;
	border-top: 1px dotted;
}
#titluConferinta {
	font-size: large;
	font-weight: bold;
	text-align: center;
	margin: 0.5em;
	color: navy;
}
#subtitluConferinta {
	font-size: larger;
	font-weight: bold;
	text-align: center;
	color: navy;
}
#titluPagina {
	font-weight: bold;
	text-align: center;
}
#enter_link {
	font-weight: bold;
}
a#enter_link:hover {
	color: #0099FF;
}
#copyright {
	font-size: 7pt;
}
