/* import style and positional for css supporting browsers */
@import "position.css";
/* end import */

/* main style css for every browser that supports a little css*/
body {
 font: 14px "Palatino Linotype", "Book Antiqua",Palatino, "Times New Roman", Times, serif;
}

h1 {

}

h2 {

}

h5 {
 
}

a {
 color: rgb(117, 172, 203);
}
a:hover {
 color: rgb(146, 204, 91);
}
a:visited {
 color: rgb(202, 205, 76);
}
.quote {
 font-size: 7em;
 color: rgb(202,205,76);
 float: left;
}

.topquote {
 margin-top: 75px;
 margin-bottom: 0;
}

blockquote {
 margin-left: 53px;
 margin-top: 5px;
}

.credit {
 font-style: italic;
}

.book {
 text-decoration: underline;
 font-style: normal;
}