/* CSS Document */

body {
background: #bfb9ab;
}

p {
font-family: Georgia, Times, serif;
font-size: 12px;
color: #53564d;
}

.abstract {
font-family: verdana, sans-serif;
font-size: 11px;
color: #000000;
}

.titles {
font-family: Georgia, Times, serif;
font-size: 14 px;
font-weight: bold;
color: #53564d;
}

h1 {
font-family: helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-left: 5em;

}
 
a:link {
	
	font-family:  Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #53564d;
	font-decoration:underline;	
}

a:hover {
	font-family:  Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #53564d;
	font-decoration:underline;	
}

a:visited {
	font-family:  Georgia, Times, serif;
	color: #f9f0e5;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
	
}

a.cover:link {
	color: #343730;
	font-family:  Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
}

a.cover:hover {
	color: #666666;
	font-family:  Georgia, Times, serif;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

a.cover:visited {
	color: #333333;
	font-family:  Georgia, Times, serif;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

.frame {
border-color: #000000;
border-width: 1px;
}

