body {
/*	margin: 0px;
	padding: 0px; */
	background-color: #fff;
/*	background-image: url(images/do-bg.gif);
	background-repeat: no-repeat; */
	}

.mainTable {
	width: 600px;
	}

a.mainNav:link, a.mainNav:visited, a.mainNav:hover, a.mainNav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration: none;
	line-height: 30px;
	}

a.mainNav:hover {
	color: black;
	text-decoration: underline;
	}

a.linkBottom:hover {
	color: #fff;
	}

.normalText,
.normalTextBold,
.normalTextItalic,
.normalTextLink,
.operaName,
.largeText,
.largeTextBold,
.normalTextRed,
.normalTextRedBold,
ul,
li,
.bookText,
.bookTextItal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	}
	
.bookText,
a.bookTextLink {
	line-height: 18px;
	}
	
.bookTextItal {
	line-height: 16px;
	font-style: italic;
	}
	

.largeText,
.largeTextBold,
.largeTextItalic,
.largeTextItalicBlue {
	font-size: 20px;
	line-height: 34px;
	}
	
.normalTextBold,
.largeTextBold,
.normalTextBold,
.normalTextRedBold {
	font-weight: bold;
	}

.normalTextRed,
.normalTextRedBold {
	color: red;
	}

.operaName {
	font-style: italic;
	font-weight: bold;
	}

.normalTextItalic {
	font-style: italic;
	}

.largeTextItalic,
.largeTextItalicBlue {
	color: blue;
	font-size: 36px;
	line-height: 50px;
	font-style: italic;
	}

a.normalTextLink,
a.bookTextLink {
	color: #c93;
	text-decoration: underline;
	}

a.normalTextLink:hover,
a.bookTextLink:hover {
	color: red;
	text-decoration: none;
	}
