@charset "utf-8";
/* CSS Document */
body
	{
		width:80% ;
		border: 20px solid #bdc3c7;
		padding: 20px;
		margin: 20px auto;
		max-width: 700px ;
	}

div 
	{ text-align:center; border:solid; width:100%; color:#006; background-color: lightblue; font-size:20px;
} 
	

p 	
	{
	font-size:20px ; font-family:Courier New, Courier, "monospace" ; font-style:italic ; text-decoration:underline ; font-weight: bold; color:#666;
	}

a 	{
	text-decoration:none ; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:20px ;
	}

#classe 
	{
	font-family:Georgia, "Times New Roman", Times, serif ; font-style:italic ; color:#09F ; font-size:24px ; 
	}
	
.center {
  margin: auto;
  width: 60%;
  border: 3px solid #73AD21;
  padding: 10px;
}

#top { font-family:"Comic Sans MS", cursive; font-size:30px; color:#ffffff; background:#06F; border:#006; border-style:double;
	}

