/* cef.css */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #A70039;
}

a:visited {
	text-decoration: underline;
	color: #777777;
}

a.menu, a.logo, a.footer {
	text-decoration: none;
	color: #A70039;
}

a.menu:visited, a.logo:visited, a.footer:visited {
	text-decoration: none;
	color: #A70039;
}

a:hover, a.menu:hover, a.logo:hover, a.footer:hover {
	text-decoration: underline;
	color: blue;
}

h1, h2, h3 {
	font-family: Book Antiqua, Times New Roman, Times, serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 5px;
}

.caption {
	font-size: 10px;
	text-align: center;
}

.menu {
	color: #A70039;
	font-family: Book Antiqua, Times New Roman, Times, serif;
	letter-spacing: 3px;
}

.footer {
	color: #A70039;
	font-size: 9px;
	font-family: Book Antiqua, Times New Roman, Times, serif;
	letter-spacing: 3px;
}

.logo {
	color: #A70039;
	font-size: 18px;
	font-family: Book Antiqua, Times New Roman, Times, serif;
	font-stretch: expanded;
	letter-spacing: 5px;
}

.tt {
	font-family: Lucida Console, Courier New, Courier, monospace;
}

.pictureCell {
	text-align: center;
}