/* Workshop CSS Document */

body {
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #333333; margin: 0;
}

#content {
	background-color: white;
	width: 700px;
	display: block;
	margin: 0 auto;
	padding: 10px;
	font: Georgia, Times New Roman, Times, serif;
}

#vangoghphoto {
	background: url("moma.gif");
	height: 208px;
	width: 260px;
	margin: 10px auto;
}

.nopad {
	margin: 0; padding: 0;
}

h2 {
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

p {
	margin: 20px;
}

.style1 {
	font-size: 10pt
}

.style3 {
	font-size: 8pt
}

a {
	color: #444;	
}

a:hover {
	color: black;
	text-decoration: none;
}

#menu {
	margin: 0 auto;
	text-align: center;
}

