﻿
/* font-style | font-variant | font-weight | font-size | font-family */

/* th { */
/*	text-align: right; */
/* } */

/* td { */
/*	text-align: right; */
/* } */

p {
             font-family: "Times New Roman", serif;	
}
a.booktitle {
	font-style: italic; sans-serif; font-size: 90%; font-family: "LucidaSansUnicode",
}

a.author {
             font-family: "Times New Roman", serif; font-weight: bold; font-size: 90%; font-variant: small-caps;

}

a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: purple;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}