/* CSS Document */
body {
	width:100%;
	font-family:verdana, arial, sans-serif;
	background-image:  url(../images/background_fade.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	}
a:link  {
     color: #000099; 
     background-color: transparent;
     text-decoration: none
}
a:visited  {
     color: #990000;
     background-color: transparent;
     text-decoration: none;
}

a:active  {
     color: #0099cc;
     background-color: transparent;
     text-decoration: none;
}

a:hover  {
     color: #0077cc;
     background-color: #eeeeee;
     text-decoration: none;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	margin-left: 20px;
	margin-right: 30px;
	text-align: justify;
}

H1 {
	font: small-caps 28px/38px "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	}
	
H2 {
	font: small-caps 20px/30px "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	}
	
em {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	text-align: justify;
}

strong {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	text-align: justify;
}

p.left  {
     text-align: left;
}

p.right  {
     text-align: right;
}

p.center  {
     text-align: center;
}

p.justify  {
     text-align: justify;
}
.booktitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	background-color: #eeeeee;
	text-align: left;
	padding-left: 5px;
	margin-right: 30px;
	margin-left: 20px;
	
}

