@media screen {
	.welcome {
		display:none;
	}
}
@media print {
	.welcome, .noprintmenu, .noprint {
		display:none;
	}
}
@media braille, aural {
	.welcome {
		display:block;
	}
}

body, a, td, textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

body {
	/* background-color: #fceecc;*/
	background-color: #FCF5E4;
	margin:0;
}

p {
	margin-top: 0pt;
	margin-bottom: 6pt;
}

.plink {
	margin-top: 12pt;
	margin-bottom: 60pt;
}

h3, a.link {
	color:#00188c;
	font-size: 100%;
	font-weight:bold;
	text-decoration:none;
}

.answer {
	margin-top:35pt;
	margin-bottom:0pt;
}

.mainBody {
	margin:10px;
}

ol {
	list-style-type: lower-alpha;
}

img {
	display:block;	/* prevents margin at bottom */
}

a.menu, a.current, a.noprintmenu {
	font-size: 120%;
	font-weight:bold;
	font-style: italic;
	text-decoration:none;
	color:#00188c;
}

.menulink {
	font-size: 120%;
	font-weight:bold;
	font-style: italic;
	color:#00188c;
}

a:hover {
	color:#E1367A;
}

a.current {
	color:#E1367A;
}

.surround {
	background-color:#d0d0d0;
	border:1px solid #808080;
}

div.thumb {
	border:none;
	width:240px;
	height:240px;
	float:left;
	padding-top:20px;
}
img.thumb {
	margin-left:auto;
	margin-right:auto;
}
