.firstlink {
	color: #000000;
	text-decoration: none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 100px;
	margin-right: 100px;
}
p {
max-width:800px;
min-width:400px;
line-height:2em;

width:expression( 
    document.body.clientWidth < 400 ?
        "400px": (document.body.clientWidth > 800 ? "800px" : "auto"));

  );

}

