/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #551F55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title {
	font-size: 18px;
	color: #FF9E7D;
	font-weight: bold;
	text-align: center;
}

.author {
	color: #FFBFAA;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.notes {
	color: #000000;
	font-size: 11px;
	font-style: italic;
}

.notes2 {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}

a:link {
	color: #3399CC;
}

a:visited {
	color: #2A5FAA;
}
a:hover{
	color: #99CCFF;
	text-decoration: overline;
}
a:active {
	color: #9999FF; 
	text-decoration: line-through; 
}
