/* CSS Document */

body {
	
	font-family:"Comic Sans MS"
	font-size: 24px;
	background-color: #c0c0c0;
	color: #FFCC00;
	padding: 0;
}

#mainedit {
	color: #800000;
	font-size: 24px;
}

#mainedit a{

font-size: 24px;
text-decoration:underline;
}

a {
	color: #FFCC00;
	text-decoration: none;
}

.pictures {
	border-style: solid;
	border-color: #720025;
	border-width: 2px;
}

.selected {
	font-weight: bold;
	text-decoration: underline;
}
.subheading {
	font-size: 18px;
	font-weight: bold;
}
