/* Style for all bodies. */
body {
	margin:0;
	padding:0;
	color: 900090;
	font-family: Garamond;
	text-align: center;
	font-size: 20px;
}

h1 {
	color: 900090;
	font-family: Harrington;
	font-size: 60px;
	text-align: center;
}

hr {
	padding: 0px;
	width: 30%;
}

/* Style for links. */
a { color: blue; }
a:visited { color: #000080; }

/* New classes. */
.english {
	color: #FF1493; 
}

/* New ID. */
#highlight { background-color: yellow; }


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}