@import url(http://fonts.googleapis.com/css?family=Trocchi);

body{
	margin-top:75px;
	margin-bottom:100px;
	margin-right:200px;
	margin-left:175px;
	background-color:#FFFFFE;
	font-family: 'Trocchi', serif;
	min-width: 600px;
}

h1{
  color:#000000;
  font-weight:normal;
  text-align:center;
  font-size:3.1em;
}

footer p{
	color:#000000;
	text-align:center
}

a:link{
  /* Applies to all unvisited links */
  text-decoration:  underline;
  font-weight:      normal;
  color:            black; 
}

a:hover{
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      normal;
  background-color: orange;
  color:            black;  
} 

a:visited{
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      normal;
  color:            black;
} 

div.transbox{
	margin-right:50px;
	margin-left:75px;
	margin-bottom:50px;
	min-width: 400px;
	background-color:#ffffff;
	border-style:solid;
	border-width:2px;
	padding: 0.5em 1em;
}

div.transbox p{
	margin:20px 100px;
	color:#000000;
	font-size:1em;
	text-align:justify
}