* {
    font-family:georgia;
}
html, 
body {
    background:url("img/blue-gradient_2.gif") repeat;
		padding:0px;
		margin:0px;
}

.new {
		text-align:center;
		background-color:#ddd;
		padding:30px;
		margin:0px;
}
.new h1 {
		font-weight:bold;
		font-size:1em;
		display:inline;
}
.new_link {
		font-family: times;
}
.new_link:hover {
		color:red;
}

.outer {
		width:600px;
		margin:0px auto;
}

.also {
		text-align:center;
		font-size:1.2em;
		font-weight:bolder;
		line-height:1.5em;
}
.place {

}
.place img {
		height:200px;
		float:left;
		margin:4px;
}

.place h2, 
.place h3 {
		font-size:1.3em;
		font-weight:normal;
		margin-bottom:0;
}
.place p {
		width:600px;
		padding:0px;
		margin:0px;
}
.clear {
		clear:both;
}
.author {
    text-align:right;
    color:#888;
    font-size:0.7em;
}
.author a {
    color:#888;
}
