/* CSS Document */
body, html {
	width:100%;
	height:100%;
	margin: 0px;
}
div#flash_content{
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul{
width: 60%;
list-style: none;
margin: 0 auto;
padding:0;
margin-top: 20px;
text-align: center;
}
li{
display:inline;
padding: 15px;
}
h1, h2{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 160%;
color:red;
width: 60%;
margin: 0 auto;
margin-top: 25px;
margin-bottom: 15px;
border-bottom: 1px solid #FFEDEC;
padding-bottom: 10px;
}
h2{
font-size: 150%;
}
a{
color:red;
text-decoration:none;
}
a:hover{
color:black;
text-decoration:none;
}
p{
width: 60%;
margin: 0 auto;
}
p.torna{
padding: 15px;
}
p.torna a{
font-size: 90%;
 
}


