body:{
	 line-height: 1.8;
}

p{
	text-indent:2em;	
}

pre{
	background-color:#dddddd;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

a{
	color: blue;
	cursor:pointer;
}

a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: none;
}

a:active {
  color: blue;
  text-decoration: none;
}

.center {
    margin: auto;
    text-align:center;
/*    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;*/
}
