@charset "utf-8";
/* intro.css: USED FOR DEITEL EBOOK INTRO PAGE */
td.ebookoptions {
 text-align:center;
 width: 33%;
 vertical-align: top;
 padding:10px;
}
.ebookdescription {
 text-align:left;
 width: 33%;
 vertical-align: top;
 padding:10px;
}
td.ebookdescriptionleft {
 text-align:center;
 width: 50%;
 vertical-align: top;
 background-color: #eee;
 padding:10px;
}
td.ebookdescriptionright {
 text-align:center;
 width: 50%;
 vertical-align: top;
 background-color: #eee;
 padding:10px;
}
.ebooktitle {
 font: bold italic 3em Georgia, "Times New Roman", Times, serif;
 text-align:center;
}
div.ebooktagline{
 font: bold 1.25em Georgia, "Times New Roman", Times, serif;
 text-align:center;
}
p.ebookcqt {
 margin-bottom:0;
 font: italic 1.3em Georgia, "Times New Roman", Times, serif;
 color: #9900CC;
 font-weight: normal;
}
p.ebookcqtat {
 margin-top:3px;
 font: 1em normal Tahoma, Arial, Helvetica, sans-serif;
}
table.ebooktable {
 width:100%;
 margin: 10px 0;
}
td.ebooktd {
 padding:10px;
}
.ebookitalic {
 font-style:italic;
}
sup.ebooksup{
font-size:.6em;
}
.ebooknomargin{
margin:0;
}
a.ebookoptiontitle, a:visited.ebookoptiontitle{
 font: bold 1.5em Georgia, "Times New Roman", Times, serif;
}
div.ebookoptiontagline{
 font: bold 1.2em Tahoma, Arial, Helvetica, sans-serif;
}
div.ebookh3{
 font: bold 1.25em Georgia, "Times New Roman", Times, serif;
}
.ebookintropage{
 font: 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
}
.ebookintropage a{
 font-size: 1em;
}
.ebookintropage a:hover, a:visited {
 font-size: 1em;
 }
