h1 {font-size: 1.5em;}
h1, h2, h3 {
font-weight: bold;
color: green;}
img {clip: rect(top, right, bottom, left)}
p {background-color:rgb(255,0,255);}
<link rel="stylesheet" href="styles.css" type="text/css" />
p {
font-family: "Courier";
font-size: 80%;
font-weight: bold;
/* http://faculty.unlv.edu/facultyWeb/colors.html */
/* color: rgb(0,0,255); /* blue */ */
color: rgb(193, 2, 2); /* Scarlet */
background-color:rgb(153, 153, 153); * Gray */
}
#container {
position: static; /* default element positioning, top, right, bottom and left properties have no effect with static positioning */
margin: 0em;
padding: 0em;
}
#contentMap {
position: absolute;
top: 0em;
right: 0em;
bottom: 0em;
left: 0em;
border: 1px solid black;
padding: 0px;
margin-left: 0px;
}