/* CSS Document */

body {
background: #9e9292;
}

p {
font-family: verdana, sans-serif;
font-size: 12px;
color: #1f1b12;
}

.abstract {
font-family: verdana, sans-serif;
font-size: 11px;
color: #000000;
}

.titles {
font-family: verdana, sans-serif;
font-size: 14 px;
color: #76a8bf;
}

h1 {
font-family: helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-left: 5em;

}
 
a:link {
	
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #1f1b12;
	font-decoration:none;	
}

a:hover {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #1f1b12;
	font-decoration:underline;	
}

a:visited {
	font-family: verdana, sans-serif;
	color: #1f1b12;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	
}

a.bottom:link {
	color: #999999;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

a.bottom:hover {
	color: #ffffff;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.bottom:visited {
	color: #999999;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

.frame {
border-color: #000000;
border-width: 1px;
}

