body {
margin: 50 100 50 100;
font-family: Georgia;
background-color:#F3F3F3;
}

h3 {
color:#CC0000;
}

p {
padding-left: 50;
}

ol {
margin-left: 50;
}

#img_wide {
    width:450px;
    height:350px;
}

img {
	display: block;
   margin-left: auto;
   margin-right: auto;
}

img.stdimg {
	width:600px;
	height:500px;    

}


a:link, a:active {
color:#E3589B; 
text-decoration:none;
}

a:visited {
color:#950941; 
text-decoration:none;
}

a:hover {
color:#E583B2; 
text-decoration:none;
}