
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Extracted from the CSS of ESORICS 2012: http://www.iit.cnr.it/esorics2012/style.css
*/

body {
	margin: 00;
	padding-left: 20;
	padding-right:20;
	padding-bottom:20;
	background: #FFFFFF;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 17px;
	color: #41383c;
}

#title { 
    text-align:center
}

#title .name { 
    font-size: 70px;
    font-weight:bold;
}

#title .fullname {
	font-size: 30px;
}

#title .colocation {
	font-size: 20px;
}

#title .details {
    padding-top:20px;
    font-size: 30px;
    font-weight:bold;
}

#menu {
    text-align:center;
    padding-top: 50;
    font-size:20px;
}

#menu a {
    padding-left:20px;
    padding-right:20px;
    color: #41383c;
    
}
#content {
	padding: 100px 20px 0 0;
}


h1, h2, h3 {
	margin: 0;
	padding-top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 a {
    text-decoration: none;
    border-bottom: 0px;
    color: #41383c;
}

h2 {
	font-size: 24px;
	font-weight:bold;
}

ul, ol {
	margin-top: 10;
	line-height: 180%;
	text-align:justify;
}

p { 
    text-align:justify;
    padding-left:10px;
}
ul.date {
    list-style: none;
}

a {
	text-decoration: none;
	color: #417FDA;
}

a:hover {
}

td { 
    font-size:20px;
}
/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}