/* Romantic Textualities stylesheet */


body, p, td, li, h1, h2, h3 {
    font-family: Corbel, Calibri, Segoe UI, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  }

body, p, td, li {
	font-size: 100%;
  }

body {
    background-image:  url(images/bkground.gif);
    color: black;
    margin-left: 0em;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
  }


/* headings - h1 for page titles, h2 sections within page */
h1            {
	font-size: 150%;
	font-weight: normal;
	color: #1153BD;
}
h2            { font-size: 150%; font-weight: bold; }
h3            { font-size: 150%; font-weight: normal; }

/* custom text sizes */
.small        { font-size: 80%; }

.bgHighlight  { background-color: #B6E3F7; }

.navBlock     {}
@media print  { .navBlock { display: none; } }


/* link colours */
a:link        {
	color: #4476B5;
	border: none;

} /* mauve */
a:visited     {
	color: #1153BD;
} /* mauve */
a:active      { color: #1153BD;  } /* light blue */
a:hover       {
	background: #B6E3F7;
	text-decoration: none;
	border: none;
} /* pale blue b/g */

/* no anchor border around IMGs */
a:link    img { border: none; }
a:visited img { border: none; }
a:active  img { border: none; }
.indent {
	line-height: normal;
	text-indent: 0px;
	margin-top: -20px;
	margin-left: 20px;
}
.review {
	line-height: normal;
	text-indent: 0px;
	margin-top: -20px;
}

