/* museo.css
  Style sheet for use in skeleton pages for the virtual museo only

# Revised: 17 March 2010 by B. Alvarez
*/

body {
    color : black;
    background-color : White;
}

td { 
    color : black;
}

.mycenter {
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.nav {
	text-align: center;
}

p {
	text-align: justify;
}

h1 {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	line-height : 120%;
}

h2 {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	line-height : 120%;
}

h3 {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	line-height : 120%;
}

/* used for game question */
.gamequestion {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	line-height: 40%;
}

/* used for game question in the idiom */
.questionidiom {
	text-align: center;
	font-size: 80%;
	line-height: 40%;
}

/* used for game multiple choice English */
.Game {
	text-align: center;
	background-color: #FFFFCC;
	border-style: solid; 
	border-color: #FFCC99;
	margin-left: 20%;
	margin-right: 20%;
}

/* used for game multiple choice Spanish */
.Game-es {
	text-align: center;
	background-color: #CCCCFF;
	border-style: solid; 
	border-color: #0066FF;
	margin-left: 20%;
	margin-right: 20%;
}

/* The sidebar graphic should be aligned just below the top of the first
paragraph after the h1 heading. */

td.sidegraphic {
	padding-top: 55px;
}

