body.questions {
	background-image: url(images/q_back.jpg);
}

table.questions {
	border: 4px ridge;
	background-color: #FFFF66;
}

body.stars {
	background-image: url(images/star_bk.gif);
}

BODY {
	color: Black;
	background-color: White;
	background: url(images/mw_back.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
	font-size: small;
}

P {
	color: Black;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
	font-size: small;
}

A {
	color: #FF3300;
	text-decoration: none;
}

A:HOVER {
	color: #0000CC;
	text-decoration: none;
}

li {
	font-style: italic;
	list-style: square;
}

table.quotes {
	font-style: italic;
	font-size: x-small;
	background-image: url(images/mw_backq.gif);
	border: thin outset;
}
	
td.quotes {
	border-bottom: thin;
}

table.linque {
	background: transparent;
	width: 100%
}


td.linque {
	background-color: transparent;
	border: thin ridge;
	border-color: Gray;
}

A.linque {
	color: #FF3300;
	text-decoration: none;
	font-size: smaller;
}

A.linque:HOVER {
	color: #0000CC;
	text-decoration: none;
}
body.survey {
	background-image: url(images/q_back.jpg);
}

h1.survey {
	color: Blue;
	background-color: transparent;
}

table.survey {
	background-image: url(images/q_back.jpg);
	border: medium ridge;
	font-size: medium;
}

em.survey {
	font-weight: bolder;
}

p.warning {
	color: Red;
	text-align: center;
}

table.survey {
	border-right: double;
	border-right-width: thick;
	border-bottom: double;
	border-bottom-width: thick;
	border-left: thin solid;
	border-left-width: thin;
	border-top: thin solid;
	border-top-width: thin;
}