body {
background:#cccccc;
}

p {
font-family: verdana, sans-serif;
font-size: 11px;
color: #000000;
}
/*award title*/
h1 {
font-family: verdana, sans-serif;
font-size:16px;
font-weight: bold;
}
/*painting title*/
h2 {
font-family: verdana, sans-serif;
font-size:14px;
font-weight: bold;
font-style: italic;
}
/*artist name and painting size*/
h3 {
font-family: verdana, sans-serif;
font-size:12px;
font-weight: bold;
}

a:link {
	color: #990033;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
}
a:hover {
	text-decoration: none;
	color: #990033;
	font-weight: bold;
	font-size: 10px
}

a:visited {
	color: #333333;
	font-weight: normal;
	font-size: 11px
}
