body {

	font-size: 76%;
	background: white;
	}



.container {
	margin: auto;
	width: 530px;
	height: 1100px;
        border-color: gray;
	background: white;
	padding-left: 30px;
	padding-right: 30px;
        text-align: justify;

}


#column-left{
	float: left;
	width: 220px;
	margin: 0px;

}

#column-right{
	float: right;
	width: 220px;

	margin: 0px;

}


#title-left {
	font-size: 2em;
	margin: 5px;
	float: right;
}

#title-right {
	font-size: 2em;
	margin: 5px;
	float: left;
}




#content-left {
	font-size: 1em;
	margin: 5px;
	float: right;
	text-align: right;
}

#content-right {
	font-size: 1em;
	margin: 5px;
	float: left;
}



#comments {
    width: 100%;
    height: 230px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.5em;   
}



input[type=submit]
{
    line-height: 16px;
    width: 100px;
    height: 40px;
    float: right;
    font-size:1.2em;

}


h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.5em;
}

a {
    background-color: yellow;
    color: blue;
}

a:visited {
    color: blue;
}
